Documentation
¶
Index ¶
- func Copy(m map[string]interface{}) map[string]interface{}
- func Decode(data []byte, m *map[string]interface{}) error
- func Encode(v map[string]interface{}) ([]byte, error)
- func Keys(m map[string]interface{}, sorted bool, includeSubKeys bool) []string
- func Lookup(provided map[string]interface{}, k string, toNearestParent bool) (map[string]interface{}, interface{}, string)
- func Unmarshal(m map[string]interface{}, to interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
Convert the provided map into bytes.
MessagePack encoding is used due to its efficient use of space
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.