MCPcopy
hub / github.com/ccfos/nightingale / FeishuSender

Struct FeishuSender

alert/sender/feishu.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type FeishuSender struct {
31 tpl *template.Template
32}
33
34func (fs *FeishuSender) CallBack(ctx CallBackContext) {
35 if len(ctx.Events) == 0 || len(ctx.CallBackURL) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected