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

Struct Receiver

backend/plugin/webhook/slack/slack.go:81–82  ·  view source on GitHub ↗

Receiver is the receiver for Slack.

Source from the content-addressed store, hash-verified

79
80// Receiver is the receiver for Slack.
81type Receiver struct {
82}
83
84func levelColor(level webhook.Level) string {
85 switch level {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected