Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONEncoder ¶
type JSONEncoder struct {
// contains filtered or unexported fields
}
func NewJSONEncoder ¶
func NewJSONEncoder(out io.Writer) (encoder *JSONEncoder)
func (*JSONEncoder) EncodeRecord ¶
func (j *JSONEncoder) EncodeRecord(record storage.Record) (err error)
func (*JSONEncoder) EncodeSchemaHeader ¶
func (j *JSONEncoder) EncodeSchemaHeader(schema *storage.TableSchemaStructure) (err error)
Click to show internal directories.
Click to hide internal directories.