pipeline

package
v0.32.6 Latest Latest
Warning

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

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

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

ErrorChan is read-only

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 Stop is idempotent and safe to call multiple times A stopped pipeline cannot be restarted

Jump to

Keyboard shortcuts

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