| 3657 | } |
| 3658 | |
| 3659 | type streamingQuerierSearchTagValuesV2Client struct { |
| 3660 | grpc.ClientStream |
| 3661 | } |
| 3662 | |
| 3663 | func (x *streamingQuerierSearchTagValuesV2Client) Recv() (*SearchTagValuesV2Response, error) { |
| 3664 | m := new(SearchTagValuesV2Response) |
nothing calls this directly
no outgoing calls
no test coverage detected