# Functions
NewConfigParams creates a new ConfigParams from map.
NewConfigParamsFromMaps creates a new ConfigParams by merging two or more maps.
NewConfigParamsFromString creates a new ConfigParams object filled with key-value pairs serialized as a string.
NewConfigParamsFromTuples creates a new ConfigParams object filled with provided key-value pairs called tuples.
NewConfigParamsFromTuplesArray creates a new StringValueMap from a list of key-value pairs called tuples.
NewConfigParamsFromValue creates a new ConfigParams object filled with key-value pairs from specified object.
NewEmptyConfigParams creates a new empty ConfigParams object.
# Constants
No description provided by the author
# Variables
NameResolver is a helper class that allows to extract component name from configuration parameters.
OptionsResolver is a helper class to parameters from "options" configuration section.
# Structs
ConfigParams Contains a key-value map with configuration parameters.
# Interfaces
IConfigurable An interface to set configuration parameters to an object.
IReconfigurable an interface to set configuration parameters to an object.