Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceGlobals ¶
Types ¶
type DomainEvent ¶
type EventStore ¶
type EventStore interface { AddEvent(e ...DomainEvent) Notify() error Events() []DomainEvent // debug only }
func NewEventStore ¶
func NewEventStore() EventStore
Click to show internal directories.
Click to hide internal directories.