Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.1.1"
Variables ¶
View Source
var ( Config *ConfYaml Endpoint string Cwd string )
Functions ¶
func InitLog ¶
func InitLog(l LoggerSection)
Types ¶
type ConfYaml ¶
type ConfYaml struct { Logger LoggerSection `yaml:"logger"` Interval int64 `yaml:"interval"` Report ReportSection `yaml:"report"` Vspheres []VsphereSection `yaml:"vspheres"` Performance PerfSection `yaml:"performance"` }
type LoggerSection ¶
type PerfSection ¶
type ReportSection ¶
type VsphereSection ¶
Click to show internal directories.
Click to hide internal directories.