Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Type represents Slack as notify backend Type string = "slack" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationSender ¶
type NotificationSender struct {
// contains filtered or unexported fields
}
NotificationSender is a notify.NotificationSender implementation capable of sending formatted notifications over Slack
func NewSlackNotificationSender ¶
func NewSlackNotificationSender(webhookURL string) *NotificationSender
NewSlackNotificationSender instantiates a NotificationSender
Click to show internal directories.
Click to hide internal directories.