Documentation
¶
Overview ¶
Package configuration allows external loading of config files and configuration via flags. The CoreConfig is reserved for the Core, whereas the AnalyzerConfig should be used when accessed from an Analyzer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerConfig ¶
AnalyzerConfig used by the Analyzers or others
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config main struct
func (*Config) LoadConfigFromFiles ¶
func (c *Config) LoadConfigFromFiles()
LoadConfigFromFiles loads the data from the config-file and makes them available in the configProps
type CoreConfig ¶
type CoreConfig interface { AnalyzerConfig LoadConfigFromFiles() }
CoreConfig used by the Core
Click to show internal directories.
Click to hide internal directories.