MCPcopy Index your code
hub / github.com/cortexproject/cortex / MockDistributor

Struct MockDistributor

pkg/querier/testutils.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type MockDistributor struct {
25 mock.Mock
26}
27
28func (m *MockDistributor) QueryExemplars(ctx context.Context, from, to model.Time, matchers ...[]*labels.Matcher) (*client.ExemplarQueryResponse, error) {
29 args := m.Called(ctx, from, to, matchers)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected