()
| 115 | } |
| 116 | |
| 117 | func (m *MockHTTPClient) GetRequestsCount() int { |
| 118 | m.m.Lock() |
| 119 | defer m.m.Unlock() |
| 120 | return m.requestsCount |
| 121 | } |
| 122 | |
| 123 | //nolint:all |
| 124 | func (m *MockHTTPClient) Search(tags string) (*tempopb.SearchResponse, error) { |
no outgoing calls