(*pb.ForwardRequest)
| 821 | // stream ends when the upstream finishes and the server closes. |
| 822 | type ForwardClient interface { |
| 823 | Send(*pb.ForwardRequest) error |
| 824 | Recv() (*pb.ForwardReply, error) |
| 825 | CloseSend() error |
| 826 | Context() context.Context |
no outgoing calls