| 122 | } |
| 123 | |
| 124 | type chanHandler struct { |
| 125 | calls chan dispatchCall |
| 126 | } |
| 127 | |
| 128 | func (c chanHandler) Dispatcher(payload types.MessagePayload, title, body string, _ template.FuncMap) (dispatch.DeliveryFunc, error) { |
| 129 | result := make(chan dispatchResult) |
nothing calls this directly
no outgoing calls
no test coverage detected