Documentation ¶
Index ¶
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 NewSinkWithContext ¶ added in v1.4.0
func NewSinkWithContext(file io.Writer, counter string) model.SinkProcess
NewSinkWithContext creates a new Sink.
Types ¶
type Sink ¶
type Sink struct {
// contains filtered or unexported fields
}
func (Sink) ProcessDictionary ¶
func (s Sink) ProcessDictionary(dictionary model.Dictionary) error
Click to show internal directories.
Click to hide internal directories.