Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Flatten ¶
Flatten flattens the nested map examples: {a: {b: c}} => {a.b: c} {a: [{b: c}, [b: d]} => {a[0].b: c, a[1].b: d} {a: [b, c]} => {a[0]: b, a[1]: c}
func YamlToFlatMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.