feishuReceiver is the receiver for Feishu.
| 114 | |
| 115 | // feishuReceiver is the receiver for Feishu. |
| 116 | type feishuReceiver struct { |
| 117 | } |
| 118 | |
| 119 | func (*feishuReceiver) Post(context webhook.Context) error { |
| 120 | if context.DirectMessage && len(context.MentionEndUsers) > 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected