Documentation
¶
Overview ¶
Package confmap implements a koanf.Provider that takes nested and flat map[string]interface{} config maps and provides them to koanf.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confmap ¶
type Confmap struct {
// contains filtered or unexported fields
}
Confmap implements a raw map[string]interface{} provider.
func Provider ¶
Provider returns a confmap Provider that takes a flat or nested map[string]interface{}. If a delim is provided, it indicates that the keys are flat and the map needs to be unflatted by delim.
Click to show internal directories.
Click to hide internal directories.