Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVEncoder ¶
type CSVEncoder struct {
// contains filtered or unexported fields
}
func (*CSVEncoder) Close ¶
func (e *CSVEncoder) Close() error
type JSONEncoder ¶
type JSONEncoder struct {
// contains filtered or unexported fields
}
func (*JSONEncoder) Close ¶
func (e *JSONEncoder) Close() error
type NullEncoder ¶
type NullEncoder struct{}
func (*NullEncoder) Close ¶
func (e *NullEncoder) Close() error
type Option ¶
func WithIndentation ¶
func WithIndentation() Option
type TextEncoder ¶
type TextEncoder struct{}
func (*TextEncoder) Close ¶
func (e *TextEncoder) Close() error
type YAMLEncoder ¶
type YAMLEncoder struct{}
func (*YAMLEncoder) Close ¶
func (e *YAMLEncoder) Close() error
Click to show internal directories.
Click to hide internal directories.