package
Version:
v0.0.0-...-7ef1397
Opens a new window with list of versions in this module.
Published: Mar 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Send 根据server的配置,调用各个接口handler发送消息通知
type DingTalkResponseInfo struct {
Code int `json:"errcode"`
Message string `json:"errmsg"`
}
type FeishuResponseInfo struct {
Code int `json:"StatusCode"`
Message string `json:"StatusMessage"`
}
Sender 各个API的消息通知调用handler
type ServerChan struct {
}
type ServerChanResponseInfo struct {
Code int `json:"code"`
Message string `json:"message"`
Info string `json:"info"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.