Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack interface { // SendDevopsAlert posts a message to the configured DevOps alert channel SendDevopsAlert(title string, text string, ok bool) error // SendDirectMessage send a direct message to a user, by email SendDirectMessage(email string, markdown string) error }
Click to show internal directories.
Click to hide internal directories.