Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct {
URL string `json:"-"`
Title string `json:"title"`
Color string `json:"color"`
UploadChannelID string `json:"-" yaml:"upload_channel_id"`
}
Slack has configurations for notifying to Slack Fields that have `json:"-"` are not included in the payload to Slack
Click to show internal directories.
Click to hide internal directories.