embedded

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallbackFunc

type CallbackFunc func(event.Event) error

type EmbeddedOptionFunc

type EmbeddedOptionFunc func(*EmbeddedOutput)

func WithCallbackFunc

func WithCallbackFunc(callbackFunc CallbackFunc) EmbeddedOptionFunc

WithCallbackFunc specifies a callback function for events

func WithOutputChan

func WithOutputChan(outputChan chan event.Event) EmbeddedOptionFunc

WithOutputChan specifies an event.Event channel to use for events

type EmbeddedOutput

type EmbeddedOutput struct {
	// contains filtered or unexported fields
}

func New

func New(options ...EmbeddedOptionFunc) *EmbeddedOutput

func (*EmbeddedOutput) ErrorChan

func (e *EmbeddedOutput) ErrorChan() chan error

ErrorChan returns the input error channel

func (*EmbeddedOutput) InputChan

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

InputChan returns the input event channel

func (*EmbeddedOutput) OutputChan

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

OutputChan always returns nil

func (*EmbeddedOutput) Start

func (e *EmbeddedOutput) Start() error

Start the embedded output

func (*EmbeddedOutput) Stop

func (e *EmbeddedOutput) Stop() error

Stop the embedded output

Jump to

Keyboard shortcuts

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