package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 10, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Agent struct {
AgentPort int `mapstructure:"agent_port"`
KeenTuneHome string `mapstructure:"keentune_home"`
KeenTuneWorkspace string `mapstructure:"keentune_workspace"`
OriginalConf string `mapstructure:"original_conf"`
}
type Config struct {
Agent Agent `mapstructure:"agent"`
Log Log `mapstructure:"log"`
}
type Log struct {
ConsoleLevel string `mapstructure:"console_level"`
LogFileBackupCount int `mapstructure:"logfile_backup_count"`
LogFileInterval int `mapstructure:"logfile_interval"`
LogFileLevel string `mapstructure:"logfile_level"`
LogFilePath string `mapstructure:"logfile_path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.