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"`
HttpGithubWebhookEndpoint string `toml:"http_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.