Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotString = errors.New("value returned by FormatEncoder is not a string type")
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
func NewDecoder ¶
type Encoder ¶
func NewEncoder ¶
type FormatEncoder ¶ added in v1.7.9
type FormatEncoder struct {
// contains filtered or unexported fields
}
func NewFormatEncoder ¶ added in v1.7.9
func NewFormatEncoder(format string) *FormatEncoder
type JsonDecoder ¶
type JsonDecoder struct {
// contains filtered or unexported fields
}
type JsonEncoder ¶
type JsonEncoder struct{}
type PlainDecoder ¶
type PlainDecoder struct {
}
Click to show internal directories.
Click to hide internal directories.