package
0.0.0-20200317162828-b7c00452f791
Repository: https://github.com/lesterpig/board.git
Documentation: pkg.go.dev
# Functions
NewPushbullet returns a Pushbullet alerter from the private token available in the `account` page.
NewSlack returns a Slack alerter from the webhookURL.
# Structs
Attachment Payload for postmessage rest API
https://rocket.chat/docs/developer-guides/rest-api/chat/postmessage/.
AttachmentField Payload for postmessage rest API
https://rocket.chat/docs/developer-guides/rest-api/chat/postmessage/.
Pushbullet alert container.
Slack alert container.
SlackPostMessage is the main model for sending messages.
# Interfaces
Alerter is the interface all alerters should implement.