event

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2025 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFromCmdlineOptions

func NewFromCmdlineOptions() plugin.Plugin

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) ErrorChan

func (e *Event) ErrorChan() chan error

ErrorChan returns the filter error channel

func (*Event) InputChan

func (e *Event) InputChan() chan<- event.Event

InputChan returns the input event channel

func (*Event) OutputChan

func (e *Event) OutputChan() <-chan event.Event

OutputChan returns the output event channel

func (*Event) Start

func (e *Event) Start() error

Start the event filter

func (*Event) Stop

func (e *Event) Stop() error

Stop the event filter

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL