mock SchedulerForQuerier_QuerierLoopClient
| 53 | |
| 54 | // mock SchedulerForQuerier_QuerierLoopClient |
| 55 | type mockQuerierLoopClient struct { |
| 56 | ctx context.Context |
| 57 | mock.Mock |
| 58 | } |
| 59 | |
| 60 | func (m *mockQuerierLoopClient) Send(msg *schedulerpb.QuerierToScheduler) error { |
| 61 | args := m.Called(msg) |
nothing calls this directly
no outgoing calls
no test coverage detected