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

Struct mockQuerierLoopClient

pkg/querier/worker/scheduler_processor_test.go:55–58  ·  view source on GitHub ↗

mock SchedulerForQuerier_QuerierLoopClient

Source from the content-addressed store, hash-verified

53
54// mock SchedulerForQuerier_QuerierLoopClient
55type mockQuerierLoopClient struct {
56 ctx context.Context
57 mock.Mock
58}
59
60func (m *mockQuerierLoopClient) Send(msg *schedulerpb.QuerierToScheduler) error {
61 args := m.Called(msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected