| 15 | ) |
| 16 | |
| 17 | type FSMessage struct { |
| 18 | Title string `json:"title"` |
| 19 | Text string `json:"text"` |
| 20 | } |
| 21 | |
| 22 | func PostToFS(title, text, Fsurl, userEmail, logsign string) string { |
| 23 | open := beego.AppConfig.String("open-feishu") |
nothing calls this directly
no outgoing calls
no test coverage detected