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

Struct mockHandler

pkg/querier/tripperware/instantquery/limits_test.go:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112type mockHandler struct {
113 mock.Mock
114}
115
116func (m *mockHandler) Do(ctx context.Context, req tripperware.Request) (tripperware.Response, error) {
117 args := m.Called(ctx, req)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected