Documentation ¶
Index ¶
Constants ¶
View Source
const BufferSize = 4
Variables ¶
This section is empty.
Functions ¶
func JSONToArray ¶
func JSONToArray(buffer []byte) ([]model.Dictionary, error)
JSONToArray return a array of model.Dictionary from a jsonline
func JSONToPackedDictionary ¶
func JSONToPackedDictionary(jsonline []byte) (model.Dictionary, error)
JSONToPackedDictionary return a packed model.Dictionary from a jsonline
Types ¶
type Sink ¶
type Sink struct {
// contains filtered or unexported fields
}
func NewSinkWithContext ¶
NewSinkWithContext creates a new Sink.
Click to show internal directories.
Click to hide internal directories.