Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromSlice ¶
FromSlice converts a slice of dot-delimited string values into a map[string]any. For example: "a.b.c=123","a.b.d=124" would return { "a": { "b": { "c": 123, "d": 124 } } }
func FromYAMLFile ¶
FromYAMLFile converts a yaml file into a map[string]any.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.