Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 Marshaler ¶
Marshaler is the interface implemented by types that can marshal themselves into a form description.
type Unmarshaler ¶
Unmarshaler is the interface implemented by types that can unmarshal a form description of themselves. The input can be assumed to be a valid encoding of a form value. UnmarshalForm must copy the form data if it wishes to retain the data after returning.
Click to show internal directories.
Click to hide internal directories.