package
Version:
v0.0.0-...-1569ab3
Opens a new window with list of versions in this module.
Published: Nov 23, 2022
License: Apache-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 AuroraConfig struct {
Remote *Remote `yaml:"remote"`
PrometheusRulePath string `yaml:"prometheusRulePath"`
PrometheusUrl string `yaml:"prometheusUrl"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
type Remote struct {
PrometheusHostIp string "prometheusHostIp"
PrometheusHostSshUsername string "prometheusHostSshUsername"
PrometheusHostSshPassword string "prometheusHostSshPassword"
PrometheusHostSshPort int "prometheusHostSshPort"
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.