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