event

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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 WithType

func WithType(eventType string) EventOptionFunc

WithType specfies the event type to filter on

Jump to

Keyboard shortcuts

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