Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotValidInput = errors.New("not a valid input: map or slice")
ErrNotValidInput Nested input must be a map or slice
Functions ¶
func Flatten ¶
Flatten generates a flat map from a nested one. The original may include values of type map, slice and scalar, but not struct. Keys in the flat map will be a compound of descending map keys and slice iterations. The presentation of keys is set by style. A prefix is joined to each key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.