Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Type represents Tat as notify backend Type string = "tat" )
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 TaT (github.com/ovh/tat)
func NewTatNotificationSender ¶
func NewTatNotificationSender(url, user, pass, topic string) (*NotificationSender, error)
NewTatNotificationSender instantiates a NotificationSender
Click to show internal directories.
Click to hide internal directories.