Documentation ¶
Index ¶
- Variables
- func Compare(v1 interface{}, v2 interface{}) int
- func Convert(m map[string]interface{}, v interface{}) error
- func Decode(data []byte, m *map[string]interface{}) error
- func Encode(v map[string]interface{}) ([]byte, error)
- func Normalize(value interface{}) (interface{}, error)
- func OrderedCode(buf []byte, v interface{}) ([]byte, error)
- func TypeId(v interface{}) int
- func TypeName(v interface{}) string
- type LocalizedTime
- type Value
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopIteration = errors.New("iteration stop")
Functions ¶
func OrderedCode ¶
Types ¶
type LocalizedTime ¶
func (*LocalizedTime) MarshalMsgpack ¶
func (tm *LocalizedTime) MarshalMsgpack() ([]byte, error)
func (*LocalizedTime) UnmarshalMsgpack ¶
func (tm *LocalizedTime) UnmarshalMsgpack(b []byte) error
Click to show internal directories.
Click to hide internal directories.