//
pkg.gl
Category
github.com/Jeffail/benthos/v3
internal
component
processor
package
3.65.0
Repository:
https://github.com/jeffail/benthos.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
186 SLOC
#
Functions
NewV2BatchedToV1Processor
NewV2BatchedToV1Processor wraps a processor.V2Batched with a struct that implements types.Processor.
NewV2ToV1Processor
NewV2ToV1Processor wraps a processor.V2 with a struct that implements types.Processor.
#
Interfaces
V2
V2 is a simpler interface to implement than types.Processor.
V2Batched
V2Batched is a simpler interface to implement than types.Processor and allows batch-wide processing.