Documentation
¶
Index ¶
- type Notify
- func NewDingTalk(receiverHookDingTalk *api.ReceiverHookDingTalk) Notify
- func NewFeiShu(receiverHookFeiShu *api.ReceiverHookFeiShu) Notify
- func NewNotify(receiverHook any) (Notify, error)
- func NewOther(receiverHookWechatWork *api.ReceiverHookOther) Notify
- func NewWechat(receiverHookWechatWork *api.ReceiverHookWechatWork) Notify
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notify ¶
Notify 通知通用接口
func NewDingTalk ¶
func NewDingTalk(receiverHookDingTalk *api.ReceiverHookDingTalk) Notify
NewDingTalk 创建钉钉通知
func NewOther ¶
func NewOther(receiverHookWechatWork *api.ReceiverHookOther) Notify
NewOther 创建企业微信通知
func NewWechat ¶
func NewWechat(receiverHookWechatWork *api.ReceiverHookWechatWork) Notify
NewWechat 创建企业微信通知
Click to show internal directories.
Click to hide internal directories.