Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TestEventType is the EventType used for testing. TestEventType = cqrs.EventType("test.event") // TestAggregateType is the AggregateType used for testing. TestAggregateType = cqrs.AggregateType("test.aggregate") )
Variables ¶
View Source
var ( // TestEventConfig is the EventConfig used for testing. TestEventConfig = event.Config() )
Functions ¶
Types ¶
type TestEventData ¶
TestEventData is used for testing EventBus implementations.
Click to show internal directories.
Click to hide internal directories.