Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Listen string `toml:"listen"`
SaltMinions []string `toml:"salt_minions"`
SaltAPI string `toml:"salt_api"`
SaltUsername string `toml:"salt_username"`
SaltPassword string `toml:"salt_password"`
RedisURL string `toml:"redis_url"`
NginxLogPath string `toml:"nginx_log_path"`
MysqlUrl string `toml:"mysql_url"`
AppID string `toml:"app_id"`
Secret string `toml:"secret"`
AccessKey string `toml:"access_key"`
}
Config ...
var (
Conf *Config
)
Conf ...
Click to show internal directories.
Click to hide internal directories.