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

Struct mockService

modules/frontend/interceptor/interceptor_test.go:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type mockService struct {
66 apiTimeout time.Duration
67}
68
69func (s *mockService) Search(_ *tempopb.SearchRequest, ss tempopb.StreamingQuerier_SearchServer) error {
70 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected