mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
refactor(v2): init events (#7823)
creates events structures for initial projections and read models
This commit is contained in:
@@ -41,7 +41,7 @@ func (q *Query) Pagination() *Pagination {
|
||||
return q.pagination
|
||||
}
|
||||
|
||||
func (q *Query) Reduce(events ...*Event[StoragePayload]) error {
|
||||
func (q *Query) Reduce(events ...*StorageEvent) error {
|
||||
return q.reducer.Reduce(events...)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user