Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Conf = NewConfig()
Conf глобальный конфиг синглтон.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HTTP *HTTPConfig `yaml:"http"` Logging *util.LoggingConfig `yaml:"logging"` ETCD *storage.ETCDConfig `yaml:"etcd"` Watcher *watcher.PlanWatcherConfig `yaml:"watcher"` }
Config конфигурация сервиса.
type HTTPConfig ¶
type HTTPConfig struct { *httplib.HTTPConfig `yaml:",inline"` DashboardIP string `yaml:"dashboard_ip"` }
HTTPConfig конфигурация HTTP сервера
Click to show internal directories.
Click to hide internal directories.