Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventID ¶
type EventID string
EventID is the unique event identifier
func NewEventID ¶
func NewEventID() EventID
type EventIDSlice ¶
type EventIDSlice []EventID
func (EventIDSlice) Len ¶
func (x EventIDSlice) Len() int
func (EventIDSlice) Less ¶
func (x EventIDSlice) Less(i, j int) bool
func (EventIDSlice) Sort ¶
func (x EventIDSlice) Sort()
Sort is a convenience method: x.Sort() calls Sort(x).
func (EventIDSlice) Swap ¶
func (x EventIDSlice) Swap(i, j int)
type EventSpec ¶
type EventSpec struct {
Metadata *EventMetadata
Payload interface{}
}
type SerializedEvent ¶
type SerializedEvent struct {
Metadata *EventMetadata
SerializedPayload []byte
}
Click to show internal directories.
Click to hide internal directories.