Post posts the message to Google Chat.
(context webhook.Context)
| 86 | |
| 87 | // Post posts the message to Google Chat. |
| 88 | func (*Receiver) Post(context webhook.Context) error { |
| 89 | return postMessage(context) |
| 90 | } |
| 91 | |
| 92 | // BuildMessage constructs the Google Chat message payload. |
| 93 | func BuildMessage(ctx webhook.Context) MessagePayload { |
nothing calls this directly
no test coverage detected