Versions in this module Expand all Collapse all v2 v2.0.3 Aug 28, 2021 Changes in this version + const ConfigVersion + type Processor struct + func NewProcessor(flags flags.Common, envVars *environment.Variables, startupTimer startup.Timer, ...) *Processor + func NewProcessorForCustomConfig(flags flags.Common, ctx context.Context, wg *sync.WaitGroup, dic *di.Container) *Processor + func (cp *Processor) ListenForCustomConfigChanges(configToWatch interface{}, sectionName string, ...) + func (cp *Processor) LoadCustomConfigSection(config interfaces.UpdatableConfig, sectionName string) error + func (cp *Processor) Process(serviceKey string, configStem string, serviceConfig interfaces.Configuration, ...) error + type ProviderInfo struct + func NewProviderInfo(envVars *environment.Variables, providerUrl string) (*ProviderInfo, error) + func (config ProviderInfo) ServiceConfig() types.ServiceConfig + func (config ProviderInfo) UseProvider() bool + type UpdatedStream chan struct