Documentation ¶ Index ¶ func SendBark(serverURL string, title string, msg string) func SendLark(webhookURL string, title string, content string, isCard bool) func SendWebHook(url string, reqData *NotifyWebHookReqBody) type NotifyWebHookReqBody Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SendBark ¶ func SendBark(serverURL string, title string, msg string) Bark 发送 func SendLark ¶ func SendLark(webhookURL string, title string, content string, isCard bool) 飞书发送 func SendWebHook ¶ func SendWebHook(url string, reqData *NotifyWebHookReqBody) WebHook 发送 Types ¶ type NotifyWebHookReqBody ¶ type NotifyWebHookReqBody struct { NotifySubject string `json:"notify_subject"` NotifyBody string `json:"notify_body"` Comment interface{} `json:"comment"` ParentComment interface{} `json:"parent_comment"` } Source Files ¶ View all Source files sender_bark.go sender_lark.go sender_webhook.go Click to show internal directories. Click to hide internal directories.