(
&self,
_request: tonic::Request<UpdateProviderRequest>,
)
| 248 | } |
| 249 | |
| 250 | async fn update_provider( |
| 251 | &self, |
| 252 | _request: tonic::Request<UpdateProviderRequest>, |
| 253 | ) -> Result<Response<ProviderResponse>, Status> { |
| 254 | Err(Status::unimplemented( |
| 255 | "update_provider not implemented in test", |
| 256 | )) |
| 257 | } |
| 258 | async fn get_provider_refresh_status( |
| 259 | &self, |
| 260 | _: tonic::Request<openshell_core::proto::GetProviderRefreshStatusRequest>, |