Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarshalError ¶
MarshalError represents an error from calling a Marshal method.
func (*MarshalError) Error ¶
func (e *MarshalError) Error() string
func (*MarshalError) Unwrap ¶
func (e *MarshalError) Unwrap() error
Unwrap returns the underlying error.
type Marshaler ¶
Marshaler is the interface implemented by types that can marshal and unmarshal any value into bytes.
type MsgpackMarshaler ¶
type MsgpackMarshaler struct{}
MsgpackMarshaler is a default marshaler that uses msgpack for marshaling and unmarshaling.
type UnmarshalError ¶
UnmarshalError represents an error from calling an Unmarshal method.
func (*UnmarshalError) Error ¶
func (e *UnmarshalError) Error() string
func (*UnmarshalError) Unwrap ¶
func (e *UnmarshalError) Unwrap() error
Unwrap returns the underlying error.
Click to show internal directories.
Click to hide internal directories.