package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Mar 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Modules map[string]*Module `yaml:"modules"`
}
type Module struct {
User string `yaml:"user"`
Password string `yaml:"password"`
ProxyURL string `yaml:"proxy_url"`
Collectors []string `yaml:"collectors"`
Timeout int `yaml:"timeout"`
InsecureSSL bool `yaml:"insecure_ssl"`
RootCA string `yaml:"root_ca"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.