| 63 | } |
| 64 | |
| 65 | type mockService struct { |
| 66 | apiTimeout time.Duration |
| 67 | } |
| 68 | |
| 69 | func (s *mockService) Search(_ *tempopb.SearchRequest, ss tempopb.StreamingQuerier_SearchServer) error { |
| 70 | select { |
nothing calls this directly
no outgoing calls
no test coverage detected