Documentation ¶
Index ¶
- func JSONToDictionary(jsonline []byte) (model.Dictionary, error)
- func JSONToPackedDictionary(jsonline []byte) (model.Dictionary, error)
- func NewPackedSource(file io.Reader) model.Source
- func NewSink(file io.Writer) model.SinkProcess
- func NewSinkWithContext(file io.Writer, counter string) model.SinkProcess
- func NewSource(file io.Reader) model.Source
- type Sink
- type Source
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONToDictionary ¶
func JSONToDictionary(jsonline []byte) (model.Dictionary, error)
JSONToDictionary return a model.Dictionary from a jsonline
func JSONToPackedDictionary ¶ added in v1.19.0
func JSONToPackedDictionary(jsonline []byte) (model.Dictionary, error)
JSONToPackedDictionary return a packed model.Dictionary from a jsonline
func NewPackedSource ¶ added in v1.19.0
NewPackedSource creates a new packed Source.
func NewSinkWithContext ¶ added in v1.4.0
func NewSinkWithContext(file io.Writer, counter string) model.SinkProcess
NewSinkWithContext creates a new Sink.
Types ¶
Click to show internal directories.
Click to hide internal directories.