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