Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitClient ¶
func InitClient()
func IssueDescription ¶
Types ¶
type Element ¶
type Element struct { Tag string `json:"tag"` Text string `json:"text"` Href string `json:"href"` UserId string `json:"user_id"` UserName string `json:"user_name"` }
func MakeAtInfo ¶
type Msg ¶
type Msg struct { MsgType string `json:"msg_type"` Content MsgContent `json:"content"` }
Msg define feishu msg content
type MsgContent ¶
type MsgContent struct {
Post PostCnContent `json:"post"`
}
type PostCnContent ¶
type PostCnContent struct {
ZhCn RichMsg `json:"zh_cn"`
}
Click to show internal directories.
Click to hide internal directories.