package
3.0.11
Repository: https://github.com/pastdev/clconf.git
Documentation: pkg.go.dev

# Functions

Fill will fill a according to DecoderConfig with the values from conf.
FillValue will fill a struct, out, with values from conf.
GetValue returns the value at the indicated path.
ListToMap converts a list to an integer map.
MergeValue will merge the values from value into config at keyPath.
SaveConf will save config to file as yaml.
SetValue will set the value of config at keyPath to value.
ToKvMap will return a one-level map of key value pairs where the key is a / separated path of subkeys.
Walk will recursively iterate over all the nodes of conf calling callback for each node.