| 3501 | } |
| 3502 | |
| 3503 | type streamingQuerierClient struct { |
| 3504 | cc *grpc.ClientConn |
| 3505 | } |
| 3506 | |
| 3507 | func NewStreamingQuerierClient(cc *grpc.ClientConn) StreamingQuerierClient { |
| 3508 | return &streamingQuerierClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected