mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 16:20:29 +00:00
blub
This commit is contained in:
@@ -19,3 +19,7 @@ type Event interface{}
|
||||
func (e *Eventstore) Push(ctx context.Context, events ...Event) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func Push(ctx context.Context, executor database.Executor, events ...Event) error {
|
||||
return New(executor).Push(ctx, events...)
|
||||
}
|
||||
|
Reference in New Issue
Block a user