MCPcopy Create free account
hub / github.com/bytebase/bytebase / feishuReceiver

Struct feishuReceiver

backend/plugin/webhook/feishu/feishu.go:116–117  ·  view source on GitHub ↗

feishuReceiver is the receiver for Feishu.

Source from the content-addressed store, hash-verified

114
115// feishuReceiver is the receiver for Feishu.
116type feishuReceiver struct {
117}
118
119func (*feishuReceiver) Post(context webhook.Context) error {
120 if context.DirectMessage && len(context.MentionEndUsers) > 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected