Documentation ¶
Index ¶
- func GetSlice(data map[string]interface{}, keys ...string) ([]map[string]interface{}, bool)
- func GetStringSlice(data map[string]interface{}, keys ...string) ([]string, bool)
- func GetValue(data map[string]interface{}, keys ...string) (interface{}, bool)
- func GetValueN(data map[string]interface{}, keys ...string) interface{}
- func PutValue(data map[string]interface{}, val interface{}, keys ...string)
- func RemoveValue(data map[string]interface{}, keys ...string) (interface{}, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStringSlice ¶
func RemoveValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.