package
1.3.0
Repository: https://github.com/warpstreamlabs/bento.git
Documentation: pkg.go.dev

# Functions

GetReader returns a constructor that creates reader codecs.
No description provided by the author
NewReaderConfig creates a reader configuration with default values.
No description provided by the author
No description provided by the author

# Variables

ReaderDocs is a static field documentation for input codecs.
No description provided by the author

# Structs

ReaderConfig is a general configuration struct that covers all reader codecs.
No description provided by the author

# Interfaces

Reader is a codec type that reads message parts from a source.

# Type aliases

ReaderAckFn is a function provided to a reader codec that it should call once the underlying io.ReadCloser is fully consumed.
ReaderConstructor creates a reader from a filename, an io.ReadCloser and an ack func which is called by the reader once the io.ReadCloser is finished with.
No description provided by the author