Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DingDingNotifyClient ¶
type DingDingNotifyClient struct { Client *client.Client // contains filtered or unexported fields }
func NewDingDingNotifyClient ¶
func NewDingDingNotifyClient(dc *common.DingDingNotify) (*DingDingNotifyClient, error)
func (*DingDingNotifyClient) Req ¶
func (d *DingDingNotifyClient) Req(dingdingReq common.DingDingReq) (bool, error)
func (*DingDingNotifyClient) ReqMarkdown ¶
func (d *DingDingNotifyClient) ReqMarkdown(title, param string, atAll bool) (bool, error)
Click to show internal directories.
Click to hide internal directories.