Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFromCmdlineOptions ¶
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func New ¶
func New(options ...EventOptionFunc) *Event
New returns a new Event object with the specified options applied
func (*Event) OutputChan ¶
OutputChan returns the output event channel
type EventOptionFunc ¶
type EventOptionFunc func(*Event)
func WithType ¶
func WithType(eventType string) EventOptionFunc
WithType specfies the event type to filter on
Click to show internal directories.
Click to hide internal directories.