Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface {
Notice(content string)
}
func NewSlackWebhookMsg ¶
func NewWechatWebhookMsg ¶
type SlackWebhookMsg ¶
type SlackWebhookMsg struct {
// contains filtered or unexported fields
}
func (SlackWebhookMsg) Notice ¶
func (wm SlackWebhookMsg) Notice(content string)
type WechatWebhookMsg ¶
type WechatWebhookMsg struct {
// contains filtered or unexported fields
}
func (WechatWebhookMsg) Notice ¶
func (wm WechatWebhookMsg) Notice(content string)
Click to show internal directories.
Click to hide internal directories.