| 2238 | } |
| 2239 | |
| 2240 | type fakeHandler struct { |
| 2241 | mu sync.RWMutex |
| 2242 | succeeded, failed []string |
| 2243 | } |
| 2244 | |
| 2245 | func (f *fakeHandler) Dispatcher(payload types.MessagePayload, _, _ string, _ template.FuncMap) (dispatch.DeliveryFunc, error) { |
| 2246 | return func(_ context.Context, msgID uuid.UUID) (retryable bool, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected