mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:57:32 +00:00
refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907)
This commit is contained in:
@@ -35,7 +35,7 @@ func NewUniqueConstraintReadModel(ctx context.Context, provider commandProvider)
|
||||
}
|
||||
}
|
||||
|
||||
func (rm *UniqueConstraintReadModel) AppendEvents(events ...eventstore.EventReader) {
|
||||
func (rm *UniqueConstraintReadModel) AppendEvents(events ...eventstore.Event) {
|
||||
rm.WriteModel.AppendEvents(events...)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user