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

Struct Receiver

backend/plugin/webhook/googlechat/googlechat.go:85–85  ·  view source on GitHub ↗

Receiver is the receiver for Google Chat.

Source from the content-addressed store, hash-verified

83
84// Receiver is the receiver for Google Chat.
85type Receiver struct{}
86
87// Post posts the message to Google Chat.
88func (*Receiver) Post(context webhook.Context) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected