package
Version:
v0.0.0-...-33635b2
Opens a new window with list of versions in this module.
Published: Nov 23, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthConfiguration struct {
Password string `yaml:"password"`
Username string `yaml:"username"`
}
type Config struct {
DefaultConfPath string `yaml:"default_conf_path"`
ConfPath string `yaml:"conf_path"`
MonitExecutablePath string `yaml:"monit_executable_path"`
Port string `yaml:"backend_port"`
AuthConfiguration AuthConfiguration `yaml:"auth"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.