Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultSeperator = ","
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidUnmarshalError ¶
An InvalidUnmarshalError describes an invalid argument passed to [Unmarshal]. (The argument to [Unmarshal] must be a non-nil pointer.)
func (*InvalidUnmarshalError) Error ¶
func (e *InvalidUnmarshalError) Error() string
type UnmarshalTypeError ¶
type UnmarshalTypeError struct { Value string // description of a value - "bool", "array", "number -5" Type reflect.Type // type of Go value it could not be assigned to Struct string // name of the struct type containing the field Field string // the full path from root node to the field, include embedded struct }
An UnmarshalTypeError describes a value that was not appropriate for a value of a specific Go type.
func (*UnmarshalTypeError) Error ¶
func (e *UnmarshalTypeError) Error() string
type Unmarshaler ¶
type UnmarshalerError ¶
func (*UnmarshalerError) Error ¶
func (e *UnmarshalerError) Error() string
func (*UnmarshalerError) Unwrap ¶
func (e *UnmarshalerError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.