Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProviderIF ¶
type ConfigProviderIF interface {
Initialize(filePath string)
GetComponentConfig(component string) *shared.ConfigItem
GetConfigEntry(component string, key string) (string, error)
GetConfigEntryWithDefault(component string, key string, dflt string) (string, error)
GetConfigStanza(component string, top string) (*shared.ConfigItem, error)
}
Click to show internal directories.
Click to hide internal directories.