Documentation ¶
Index ¶
Constants ¶
View Source
const (
EventDataKey = "data"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event interface { // Get the raw bytes of the event. GetEvent() common.MapStr // Get any metadata associated with the data that was received. Ex: client IP for udp message, // request/response headers for HTTP call. GetMeta() Meta }
Event is an interface that can be used to get the event and event source related information.
Click to show internal directories.
Click to hide internal directories.