(self, request: StatusRequest)
| 351 | } |
| 352 | |
| 353 | async fn status(self, request: StatusRequest) -> Result<StatusResponse> { |
| 354 | self.app.list_vms(request).await |
| 355 | } |
| 356 | |
| 357 | async fn list_images(self) -> Result<ImageListResponse> { |
| 358 | Ok(ImageListResponse { |
no test coverage detected