processors

package
v0.0.0-...-a189380 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Mapper = "mapper"
	Filter = "filter"
)

Variables

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

Functions

This section is empty.

Types

type Processor

type Processor interface {
	Process(data entities.PipelineEvent) (entities.PipelineEvent, error)
}

type Processors

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

func New

func New(cfg config.Processors) (*Processors, 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