Versions in this module Expand all Collapse all v0 v0.2.0 Jan 19, 2022 Changes in this version + func GetConfigService() *service.ConfigProviderService + func Initialize(configFilePath string) + type ConfigurationEnabler struct + func (s *ConfigurationEnabler) GetConfigItem(key string) (string, error) + func (s *ConfigurationEnabler) GetConfigItemWithDefault(key string, dflt string) (string, error) + func (s *ConfigurationEnabler) GetConfigStanza(key string) (*shared.ConfigItem, error) + func (s *ConfigurationEnabler) SetConfigCategory(cat string) v0.1.0 Jun 21, 2021