Documentation ¶
Index ¶
Constants ¶
View Source
const ( JSON = iota TOML )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportEncoder ¶
type ExportEncoder struct {
// contains filtered or unexported fields
}
func NewExportEncoder ¶
func NewExportEncoder(w io.Writer, encType int) *ExportEncoder
func (*ExportEncoder) Encode ¶
func (ee *ExportEncoder) Encode(v interface{}) error
Click to show internal directories.
Click to hide internal directories.