| 271 | } |
| 272 | |
| 273 | type mockHandler struct { |
| 274 | mock.Mock |
| 275 | } |
| 276 | |
| 277 | func (m *mockHandler) Do(ctx context.Context, req tripperware.Request) (tripperware.Response, error) { |
| 278 | args := m.Called(ctx, req) |
nothing calls this directly
no outgoing calls
no test coverage detected