Receiver is the receiver for DingTalk.
| 67 | |
| 68 | // Receiver is the receiver for DingTalk. |
| 69 | type Receiver struct { |
| 70 | } |
| 71 | |
| 72 | func (*Receiver) Post(context webhook.Context) error { |
| 73 | if context.DirectMessage && len(context.MentionEndUsers) > 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected