(
&self,
_request: tonic::Request<openshell_core::proto::GetSandboxConfigRequest>,
)
| 107 | } |
| 108 | |
| 109 | async fn get_sandbox_config( |
| 110 | &self, |
| 111 | _request: tonic::Request<openshell_core::proto::GetSandboxConfigRequest>, |
| 112 | ) -> Result<Response<openshell_core::proto::GetSandboxConfigResponse>, Status> { |
| 113 | Ok(Response::new( |
| 114 | openshell_core::proto::GetSandboxConfigResponse::default(), |
| 115 | )) |
| 116 | } |
| 117 | |
| 118 | async fn get_gateway_config( |
| 119 | &self, |
no outgoing calls
no test coverage detected