| 3529 | } |
| 3530 | |
| 3531 | type streamingQuerierSearchClient struct { |
| 3532 | grpc.ClientStream |
| 3533 | } |
| 3534 | |
| 3535 | func (x *streamingQuerierSearchClient) Recv() (*SearchResponse, error) { |
| 3536 | m := new(SearchResponse) |
nothing calls this directly
no outgoing calls
no test coverage detected