(
&self,
_request: tonic::Request<openshell_core::proto::ListSandboxProvidersRequest>,
)
| 71 | } |
| 72 | |
| 73 | async fn list_sandbox_providers( |
| 74 | &self, |
| 75 | _request: tonic::Request<openshell_core::proto::ListSandboxProvidersRequest>, |
| 76 | ) -> Result<Response<openshell_core::proto::ListSandboxProvidersResponse>, Status> { |
| 77 | Ok(Response::new( |
| 78 | openshell_core::proto::ListSandboxProvidersResponse::default(), |
| 79 | )) |
| 80 | } |
| 81 | |
| 82 | async fn attach_sandbox_provider( |
| 83 | &self, |
no outgoing calls
no test coverage detected