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

Struct Receiver

backend/plugin/webhook/dingtalk/dingtalk.go:69–70  ·  view source on GitHub ↗

Receiver is the receiver for DingTalk.

Source from the content-addressed store, hash-verified

67
68// Receiver is the receiver for DingTalk.
69type Receiver struct {
70}
71
72func (*Receiver) Post(context webhook.Context) error {
73 if context.DirectMessage && len(context.MentionEndUsers) > 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected