Fix configuration docs

This commit is contained in:
Fabian Reinartz 2015-10-01 15:17:13 +02:00
parent 8ee78e0e53
commit 794b7c4a1a
1 changed files with 2 additions and 4 deletions

View File

@ -159,10 +159,8 @@ type SlackConfig struct {
// Slack channel override, (like #other-channel or @username).
Channel string `yaml:"channel"`
// Color of message when triggered.
Color string `yaml:"color"`
// Color of message when resolved.
// The message colors.
ColorFiring string `yaml:"color"`
ColorResolved string `yaml:"color_resolved"`
// Catches all undefined fields and must be empty after parsing.