| 3721 | } |
| 3722 | |
| 3723 | type streamingQuerierMetricsQueryInstantClient struct { |
| 3724 | grpc.ClientStream |
| 3725 | } |
| 3726 | |
| 3727 | func (x *streamingQuerierMetricsQueryInstantClient) Recv() (*QueryInstantResponse, error) { |
| 3728 | m := new(QueryInstantResponse) |
nothing calls this directly
no outgoing calls
no test coverage detected