Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type EncoderFn ¶
EncoderFn is used to functionally construct an encoder for marshaling values.
type MarshalError ¶
type MarshalError struct { Value interface{} Err error }
MarshalError is returned when attempting to transform a value into a document results in an error.
func (MarshalError) Error ¶
func (e MarshalError) Error() string
Error implements the error interface.
Click to show internal directories.
Click to hide internal directories.