Versions in this module Expand all Collapse all v1 v1.1.0 May 2, 2018 Changes in this version + const JsonArrayCodecId + const JsonStreamcodecId + const TextCodecId + func IsValidCodec(codec string) bool + func ValidCodecs() []string + type BufioCodec struct + func (codec *BufioCodec) Err() error + func (codec *BufioCodec) Next() bool + func (codec *BufioCodec) Value() common.MapStr + type Codec interface + Err func() error + Next func() bool + Value func() common.MapStr + func NewBufioCodec(path string, input io.Reader) Codec + func NewCodec(codec, filename string, reader io.Reader) (Codec, error) + func NewJsonArrayCodec(path string, input io.Reader) Codec + func NewJsonStreamCodec(path string, input io.Reader) Codec + type JsonArrayCodec struct + func (codec *JsonArrayCodec) Err() error + func (codec *JsonArrayCodec) Next() bool + func (codec *JsonArrayCodec) Value() common.MapStr + type JsonObject map[string]interface + type JsonStreamCodec struct + func (codec *JsonStreamCodec) Err() error + func (codec *JsonStreamCodec) Next() bool + func (codec *JsonStreamCodec) Value() common.MapStr