Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Type string // Type of event Data []byte // Data of the event Version uint64 // Version of the event Timestamp time.Time // Timestamp of the event AggregateID string // AggregateID of the event }
Event is a struct that represents an event in the system
type QueueMessage ¶
type RetryParams ¶
Click to show internal directories.
Click to hide internal directories.