Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrAccountNotFound = Error("account not found") ErrEmailAlreadyExists = Error("email already exists") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAggregate ¶
type AccountAggregate struct { pigeon.AggregateMixin Email string Password string }
func (*AccountAggregate) ApplyChange ¶
func (a *AccountAggregate) ApplyChange(event pigeon.Event) error
Click to show internal directories.
Click to hide internal directories.