mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:17:32 +00:00
policy, idp, member.
member not working atm
This commit is contained in:
@@ -2,12 +2,6 @@ package eventstore
|
||||
|
||||
import "time"
|
||||
|
||||
func NewWriteModel() *WriteModel {
|
||||
return &WriteModel{
|
||||
Events: []EventReader{},
|
||||
}
|
||||
}
|
||||
|
||||
//WriteModel is the minimum representation of a command side view model.
|
||||
// It implements a basic reducer
|
||||
// it's purpose is to reduce events to create new ones
|
||||
|
Reference in New Issue
Block a user