Documentation ¶
Overview ¶
misc data-structure utility functions
Index ¶
- func Load(addr interface{}, b []byte) error
- func Load2(addr interface{}, b []byte, enc string) error
- func LoadStruct(addr interface{}, m map[string]interface{}) error
- func ToArray(addr interface{}) []interface{}
- func ToBytes(o interface{}) ([]byte, error)
- func ToMap(addr interface{}) map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadStruct ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.