package
Version:
v0.0.0-...-61995a2
Opens a new window with list of versions in this module.
Published: Jun 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Run(c *cli.Context) error
type GlobalConfig struct {
ListenAddress string `yaml:"listenAddress"`
PrometheusAddress string `yaml:"prometheusAddress"`
AccessTargetLabel string `yaml:"accessTargetLabel"`
}
type UserConfig struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
Accesses []string `yaml:"accesses"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.