package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Jul 30, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dingbot struct {
Token string `yaml:"token" json:"token"`
Secret string `yaml:"secret" json:"secret"`
}
type MarkdownMsg struct {
MsgType string `json:"msgtype"`
Markdown struct {
Title string `json:"title"`
Text string `json:"text"`
} `json:"markdown"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.