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 WithLogger ¶
func WithLogger(logger plugin.Logger) EventOptionFunc
WithLogger specifies the logger object to use for logging messages
func WithTypes ¶
func WithTypes(eventTypes []string) EventOptionFunc
WithTypes specfies the event types to filter on
Click to show internal directories.
Click to hide internal directories.