Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackAgent ¶
type SlackAgent struct {
notification.WebhookAgent
}
func NewSlackAgent ¶
func (*SlackAgent) Name ¶
func (g *SlackAgent) Name() string
func (*SlackAgent) SendEvent ¶
func (a *SlackAgent) SendEvent(event notification.Event)
type SlackBlock ¶
type SlackMessage ¶
type SlackMessage struct {
Blocks []SlackBlock `json:"blocks"`
}
Click to show internal directories.
Click to hide internal directories.