package
4.41.0
Repository: https://github.com/redpanda-data/benthos.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

FromAny returns a scanner config from a parsed config, yaml node or map.

# Structs

Config is the all encompassing configuration struct for all scanner types.
SourceDetails contains exclusively optional information which could be used by codec implementations in order to determine the underlying data format.

# Interfaces

Creator is an interface implemented by all scanners, which allows components to construct a scanner from an unbounded io.ReadCloser.
Scanner is an interface implemented by all scanner implementations once a creator has instantiated it on a byte stream.

# Type aliases

AckFn is a function provided to a scanner that it should call once the derived io.ReadCloser is fully consumed.