Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotFound = errors.New("Key not found")
Functions ¶
func FlattenList ¶
FlattenList takes a `[]interface{}` and flatten/explode each items a map key. e.g.: ["s1", "s2"] => {"0": "s1", "1": "s2"}
func FlattenMap ¶
FlattenMap takes a `map[string]interface{}` and flatten/explode it e.g.: {"k1": {"k2": 1}} => {"k1.k2": 1}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.