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

Struct blocksFinderMock

pkg/querier/blocks_store_queryable_test.go:2646–2649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2644}
2645
2646type blocksFinderMock struct {
2647 services.Service
2648 mock.Mock
2649}
2650
2651func (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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected