Documentation ¶
Index ¶
- func GetValue(data map[string]interface{}, keys ...string) (interface{}, bool)
- func GetValueN(data map[string]interface{}, keys ...string) interface{}
- func MergeMaps(base, overlay map[string]interface{}) map[string]interface{}
- func MergeMapsConcatSlice(base, overlay map[string]interface{}) map[string]interface{}
- func PutValue(data map[string]interface{}, val interface{}, keys ...string)
- func RemoveValue(data map[string]interface{}, keys ...string) (interface{}, bool)
- type List
- type Object
- func (o Object) Bool(key ...string) bool
- func (o Object) Map(names ...string) Object
- func (o Object) Set(key string, obj interface{})
- func (o Object) SetNested(obj interface{}, key ...string)
- func (o Object) Slice(names ...string) (result []Object)
- func (o Object) String(names ...string) string
- func (o Object) StringSlice(names ...string) []string
- func (o Object) Values() (result []Object)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeMapsConcatSlice ¶ added in v0.8.1
func RemoveValue ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.