Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { Number int64 // strictly sequential number for all messages in a specific stream Stream streams.Id // identifier of a stream, see id.go Data []byte // raw data for the message Group string // message type, used to marshal tye Data correct ContentType string // type of the data GlobalNumber int64 // Number across all records in the Event Source Time time.Time // when this message was first recorded CorrelationId string // connect actions between components }
Internal data structure to pass between the components that make up Po
Click to show internal directories.
Click to hide internal directories.