Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Offset ¶
Offset is a generic form, which allows having different definitions in different Queues.
type OutputEventContext ¶
OutputEventContext is a container to store the output context.
func (*OutputEventContext) Get ¶
func (c *OutputEventContext) Get(eventName string) (*v1.SniffData, error)
Get returns an event in the context. When the eventName does not exist, an error would be returned.
func (*OutputEventContext) Put ¶
func (c *OutputEventContext) Put(event *v1.SniffData)
Put puts the incoming event into the context.
Click to show internal directories.
Click to hide internal directories.