Documentation
¶
Index ¶
Constants ¶
View Source
const ( //FeiShu 飞书 FeiShu msgType = "FeiShu" // WeCom 企业微信 WeCom msgType = "WeCom" // DingDing 钉钉 DingDing msgType = "DingDing" // Telegram 电报 Telegram msgType = "Telegram" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelegramMsg ¶
type TelegramMsg struct {
Url string `json:"url"` // get 请求(token直接放入url中)
}
TelegramMsg 电报
func (TelegramMsg) SendMsg ¶
func (t TelegramMsg) SendMsg(text string) error
Click to show internal directories.
Click to hide internal directories.