Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HttpListenAddr string `toml:"http_server_listen_addr"`
HttpsListenAddr string `toml:"https_server_listen_addr"`
HttpsCertFile string `toml:"https_ssl_cert_file"`
HttpsKeyFile string `toml:"https_ssl_key_file"`
HttpGithubWebhookEndpoint string `toml:"github_webhook_endpoint"`
GithubWebHookSecret string `toml:"github_webhook_secret"`
LogFormat string `toml:"log_format"`
LogTimeKey string `toml:"log_time_key"`
Rules []*Rules `toml:"rule"`
}
Click to show internal directories.
Click to hide internal directories.