MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / FSMessage

Struct FSMessage

controllers/feishu.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type FSMessage struct {
18 Title string `json:"title"`
19 Text string `json:"text"`
20}
21
22func PostToFS(title, text, Fsurl, userEmail, logsign string) string {
23 open := beego.AppConfig.String("open-feishu")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected