package
4.27.1
Repository: https://github.com/tyktechnologies/benthos.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author
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.