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

Struct mockMiddleware

pkg/querier/tripperware/roundtrip_test.go:84–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type mockMiddleware struct {
85}
86
87func (m mockMiddleware) Do(_ context.Context, req Request) (Response, error) {
88 r := req.(*mockRequest)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected