Documentation
¶
Index ¶
- type DingTalk
- func (r *DingTalk) SendLink(title, text, messageURL, picURL string) error
- func (r *DingTalk) SendMarkdown(title, body string) error
- func (r *DingTalk) SendMarkdownAt(title, body string, atMobiles []string, isAtAll bool) error
- func (r *DingTalk) SendText(text string) error
- func (r *DingTalk) SendTextAt(text string, atMobiles []string, isAtAll bool) error
- func (r *DingTalk) SetDebug(debug bool) *DingTalk
- func (r *DingTalk) UseHost(url string) notice.Noticer
- func (r *DingTalk) UseSecret(secret string) notice.Noticer
- func (r *DingTalk) UseToken(token string) notice.Noticer
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DingTalk ¶ added in v0.2.0
type DingTalk struct {
// contains filtered or unexported fields
}
DingTalk
func (*DingTalk) SendMarkdown ¶ added in v0.2.0
func (*DingTalk) SendMarkdownAt ¶ added in v0.2.0
func (*DingTalk) SendTextAt ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.