MCPcopy
hub / github.com/grafana/tempo / mockReader

Struct mockReader

modules/frontend/search_sharder_test.go:43–46  ·  view source on GitHub ↗

implements tempodb.Reader interface

Source from the content-addressed store, hash-verified

41
42// implements tempodb.Reader interface
43type mockReader struct {
44 metas []*backend.BlockMeta
45 tenants []string
46}
47
48func (m *mockReader) SearchTags(context.Context, *backend.BlockMeta, *tempopb.SearchTagsBlockRequest, common.SearchOptions) (*tempopb.SearchTagsV2Response, error) {
49 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected