| 110 | } |
| 111 | |
| 112 | type mockHandler struct { |
| 113 | mock.Mock |
| 114 | } |
| 115 | |
| 116 | func (m *mockHandler) Do(ctx context.Context, req tripperware.Request) (tripperware.Response, error) { |
| 117 | args := m.Called(ctx, req) |
nothing calls this directly
no outgoing calls
no test coverage detected