mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907)
This commit is contained in:
@@ -16,7 +16,7 @@ func NewOrgFlowWriteModel(flowType domain.FlowType, resourceOwner string) *OrgFl
|
||||
}
|
||||
}
|
||||
|
||||
func (wm *OrgFlowWriteModel) AppendEvents(events ...eventstore.EventReader) {
|
||||
func (wm *OrgFlowWriteModel) AppendEvents(events ...eventstore.Event) {
|
||||
for _, event := range events {
|
||||
switch e := event.(type) {
|
||||
case *org.TriggerActionsSetEvent:
|
||||
|
Reference in New Issue
Block a user