Receiver is the receiver for Google Chat.
| 83 | |
| 84 | // Receiver is the receiver for Google Chat. |
| 85 | type Receiver struct{} |
| 86 | |
| 87 | // Post posts the message to Google Chat. |
| 88 | func (*Receiver) Post(context webhook.Context) error { |
nothing calls this directly
no outgoing calls
no test coverage detected