Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataHolder ¶
type DataHolder = interface{}
type Option ¶
type Option func(*conf)
func WithErrWriter ¶
func WithFailOnConvertErrors ¶
func WithFailOnConvertErrors() Option
func WithThreads ¶
func WithThreadsBuffer ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
type Strategy ¶
type Strategy interface { Read() (DataHolder, error) Decode(DataHolder) error Encode(DataHolder) error Write(DataHolder) error }
Click to show internal directories.
Click to hide internal directories.