| 2644 | } |
| 2645 | |
| 2646 | type blocksFinderMock struct { |
| 2647 | services.Service |
| 2648 | mock.Mock |
| 2649 | } |
| 2650 | |
| 2651 | func (m *blocksFinderMock) GetBlocks(ctx context.Context, userID string, minT, maxT int64, matchers []*labels.Matcher) (bucketindex.Blocks, map[ulid.ULID]*bucketindex.BlockDeletionMark, error) { |
| 2652 | args := m.Called(ctx, userID, minT, maxT, matchers) |
nothing calls this directly
no outgoing calls
no test coverage detected