processors

package
v0.3.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Mapper = "mapper"
	Filter = "filter"
	RPC    = "rpc-plugin"
)

Variables

View Source
var (
	ErrProcessorNotSupported = fmt.Errorf("processor not supported")
)

Functions

This section is empty.

Types

type CloseableProcessor added in v0.3.0

type CloseableProcessor interface {
	Close() error
}

type Processors

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

func New

func New(logger *logrus.Logger, cfg config.Processors) (*Processors, error)

func (*Processors) Close added in v0.3.0

func (p *Processors) Close() error

func (*Processors) Process

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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