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

Method Post

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

Post posts the message to Google Chat.

(context webhook.Context)

Source from the content-addressed store, hash-verified

86
87// Post posts the message to Google Chat.
88func (*Receiver) Post(context webhook.Context) error {
89 return postMessage(context)
90}
91
92// BuildMessage constructs the Google Chat message payload.
93func BuildMessage(ctx webhook.Context) MessagePayload {

Callers

nothing calls this directly

Implementers 8

Receiverbackend/plugin/webhook/discord/discord
feishuReceiverbackend/plugin/webhook/feishu/feishu.g
Receiverbackend/plugin/webhook/dingtalk/dingta
Receiverbackend/plugin/webhook/wecom/wecom.go
Receiverbackend/plugin/webhook/slack/slack.go
Receiverbackend/plugin/webhook/teams/teams.go
Receiverbackend/plugin/webhook/googlechat/goog
larkReceiverbackend/plugin/webhook/lark/lark.go

Calls 1

postMessageFunction · 0.70

Tested by

no test coverage detected