processors

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Mapper                = "mapper"
	Filter                = "filter"
	RPC                   = "rpc-plugin"
	CloudVendorAggregator = "cloud-vendor-aggregator"
)

Variables

View Source
var (
	ErrProcessorNotSupported = errors.New("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

Jump to

Keyboard shortcuts

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