Documentation
¶
Index ¶
Constants ¶
View Source
const (
ChannelDingDing int = 1
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DingDing ¶
type DingDing struct{}
func (*DingDing) Send ¶
func (d *DingDing) Send(notification view.Notification, alarm *db.Alarm, channel *db.AlarmChannel) (err error)
type Operator ¶
type Operator interface {
Send(notification view.Notification, alarm *db.Alarm, channel *db.AlarmChannel) (err error)
}
Click to show internal directories.
Click to hide internal directories.