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 ¶
func (p *Processors) Process(_ context.Context, message entities.PipelineEvent) (entities.PipelineEvent, error)
Click to show internal directories.
Click to hide internal directories.