package
Version:
v0.0.0-...-98a29f8
Opens a new window with list of versions in this module.
Published: Sep 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
CorpID string `json:"corp_id"`
CorpSecret string `json:"corp_secret"`
}
type DingConfig struct {
WebhookURL string
}
type Message struct {
AgentID string `json:"agent_id"`
User string `json:"user"`
MsgType string `json:"msgtype"`
Text struct {
Content string `json:"content"`
} `json:"text"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.