# Functions
GetCurrentConfigDirectories returns currently used service YML configuration locations.
GetServiceConfig loads a config by name to a map of parameters Input: configName - name of config to load, e.g.
GetServiceConfigs returns module-keyed configs for the named service from all known modules.
GetStructuredServiceConfig updates 'out' structure with configs from the configs YML If successful, GetStructuredServiceConfig returns used YML file path & used overwrite cfg YML file path.
GetStructuredServiceConfigExt is an extended version of GetStructuredServiceConfig, it allows to pass config directory names.
MustGetServiceConfig is same as GetServiceConfig but fails on errors.
NewConfigMap creates a new ConfigMap based on the input map.
SetConfigDirectories sets main, legacy, overwrite config directories to be used.