(
&self,
_request: tonic::Request<openshell_core::proto::GetGatewayConfigRequest>,
)
| 116 | } |
| 117 | |
| 118 | async fn get_gateway_config( |
| 119 | &self, |
| 120 | _request: tonic::Request<openshell_core::proto::GetGatewayConfigRequest>, |
| 121 | ) -> Result<Response<openshell_core::proto::GetGatewayConfigResponse>, Status> { |
| 122 | Ok(Response::new( |
| 123 | openshell_core::proto::GetGatewayConfigResponse::default(), |
| 124 | )) |
| 125 | } |
| 126 | |
| 127 | async fn get_sandbox_provider_environment( |
| 128 | &self, |
no outgoing calls
no test coverage detected