Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dingtalk ¶
type Dingtalk struct {
// contains filtered or unexported fields
}
func NewDingtalk ¶
type Notify ¶
type Notify struct { Disabled bool // contains filtered or unexported fields }
func (*Notify) UseService ¶
type WeiXinWork ¶
type WeiXinWork struct {
// contains filtered or unexported fields
}
func NewWeiXinWork ¶
func NewWeiXinWork(corpid, agentid, corpsecret string) *WeiXinWork
func (*WeiXinWork) Send ¶
func (w *WeiXinWork) Send(subject, message string) error
Click to show internal directories.
Click to hide internal directories.