pipeline

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2024 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pipeline

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

func New

func New() *Pipeline

func (*Pipeline) AddFilter

func (p *Pipeline) AddFilter(filter plugin.Plugin)

func (*Pipeline) AddInput

func (p *Pipeline) AddInput(input plugin.Plugin)

func (*Pipeline) AddOutput

func (p *Pipeline) AddOutput(output plugin.Plugin)

func (*Pipeline) ErrorChan

func (p *Pipeline) ErrorChan() chan error

func (*Pipeline) Start

func (p *Pipeline) Start() error

Start initiates the configured plugins and starts the necessary background processes to run the pipeline

func (*Pipeline) Stop

func (p *Pipeline) Stop() error

Stop shuts down the pipeline and all plugins

Jump to

Keyboard shortcuts

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