MCPcopy Create free account
hub / github.com/cortexproject/cortex / mockHandler

Struct mockHandler

pkg/querier/tripperware/queryrange/limits_test.go:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273type mockHandler struct {
274 mock.Mock
275}
276
277func (m *mockHandler) Do(ctx context.Context, req tripperware.Request) (tripperware.Response, error) {
278 args := m.Called(ctx, req)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected