Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventMetadata ¶
type EventProjection ¶
type EventProjection interface {
Process(em EventMetadata) (err error)
}
type EventStore ¶
type Projection ¶
type Projection interface { RegisterEvent(eventName string, target EventProjection) (err error) Project(ctx context.Context) }
Click to show internal directories.
Click to hide internal directories.