(
&self,
_request: tonic::Request<CreateSshSessionRequest>,
)
| 135 | } |
| 136 | |
| 137 | async fn create_ssh_session( |
| 138 | &self, |
| 139 | _request: tonic::Request<CreateSshSessionRequest>, |
| 140 | ) -> Result<Response<CreateSshSessionResponse>, Status> { |
| 141 | Ok(Response::new(CreateSshSessionResponse::default())) |
| 142 | } |
| 143 | |
| 144 | async fn expose_service( |
| 145 | &self, |
no outgoing calls
no test coverage detected