| 28 | ) |
| 29 | |
| 30 | type TelegramSender struct { |
| 31 | tpl *template.Template |
| 32 | } |
| 33 | |
| 34 | func (ts *TelegramSender) CallBack(ctx CallBackContext) { |
| 35 | if len(ctx.Events) == 0 || len(ctx.CallBackURL) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected