(
&self,
_request: tonic::Request<tonic::Streaming<openshell_core::proto::TcpForwardFrame>>,
)
| 471 | >; |
| 472 | |
| 473 | async fn forward_tcp( |
| 474 | &self, |
| 475 | _request: tonic::Request<tonic::Streaming<openshell_core::proto::TcpForwardFrame>>, |
| 476 | ) -> Result<Response<Self::ForwardTcpStream>, Status> { |
| 477 | Err(Status::unimplemented("not implemented in test")) |
| 478 | } |
| 479 | } |
| 480 | |
| 481 | async fn run_server( |
no outgoing calls
no test coverage detected