mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-22 19:16:44 +00:00
refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907)
This commit is contained in:
@@ -18,7 +18,7 @@ func (s *Step20) execute(ctx context.Context, commandSide *Commands) error {
|
||||
}
|
||||
|
||||
func (c *Commands) SetupStep20(ctx context.Context, step *Step20) error {
|
||||
fn := func(iam *IAMWriteModel) ([]eventstore.EventPusher, error) {
|
||||
fn := func(iam *IAMWriteModel) ([]eventstore.Command, error) {
|
||||
err := c.eventstore.Step20(ctx, iam.Events[len(iam.Events)-1].Sequence())
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user