(
&self,
_request: tonic::Request<openshell_core::proto::ListSandboxesRequest>,
)
| 62 | } |
| 63 | |
| 64 | async fn list_sandboxes( |
| 65 | &self, |
| 66 | _request: tonic::Request<openshell_core::proto::ListSandboxesRequest>, |
| 67 | ) -> Result<Response<openshell_core::proto::ListSandboxesResponse>, Status> { |
| 68 | Ok(Response::new( |
| 69 | openshell_core::proto::ListSandboxesResponse::default(), |
| 70 | )) |
| 71 | } |
| 72 | |
| 73 | async fn list_sandbox_providers( |
| 74 | &self, |
no outgoing calls
no test coverage detected