Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DDingAlarm ¶
type DDingAlarm struct {
AccessToken string
// contains filtered or unexported fields
}
func (*DDingAlarm) GetLastSendTime ¶
func (alarm *DDingAlarm) GetLastSendTime() time.Time
func (*DDingAlarm) Send ¶
func (alarm *DDingAlarm) Send(msg string) error
type WxCorpAlarm ¶
type WxCorpAlarm struct {
CorpID string
AgentID int
Secret string
UpdateTime time.Time
ToUser string
// contains filtered or unexported fields
}
func (*WxCorpAlarm) GetLastSendTime ¶
func (alarm *WxCorpAlarm) GetLastSendTime() time.Time
func (*WxCorpAlarm) Send ¶
func (alarm *WxCorpAlarm) Send(content string) error
type WxCorpAlarmGroup ¶
type WxCorpAlarmGroup struct {
Key string
// contains filtered or unexported fields
}
func (*WxCorpAlarmGroup) GetLastSendTime ¶
func (alarm *WxCorpAlarmGroup) GetLastSendTime() time.Time
func (*WxCorpAlarmGroup) Send ¶
func (alarm *WxCorpAlarmGroup) Send(msg string) error
Click to show internal directories.
Click to hide internal directories.