Documentation
¶
Index ¶
- func Dump(filename string, v interface{}, vv ...interface{}) error
- func Load(filename string, v interface{}, vv ...interface{}) error
- func Marshal(v interface{}, vv ...interface{}) ([]byte, error)
- func Unmarshal(data []byte, v interface{}, vv ...interface{}) error
- type Decoder
- type DecoderError
- type DecoderTypeError
- type Encoder
- type EncoderError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DecoderError ¶
type DecoderError struct {
ErrorString string
}
func (DecoderError) Error ¶
func (e DecoderError) Error() string
type DecoderTypeError ¶
func (DecoderTypeError) Error ¶
func (e DecoderTypeError) Error() string
type EncoderError ¶
type EncoderError struct {
ErrorString string
}
func (EncoderError) Error ¶
func (e EncoderError) Error() string
Click to show internal directories.
Click to hide internal directories.