(self, request: Id)
| 612 | } |
| 613 | |
| 614 | async fn sv_remove(self, request: Id) -> Result<()> { |
| 615 | self.app.supervisor.remove(&request.id).await?; |
| 616 | Ok(()) |
| 617 | } |
| 618 | |
| 619 | async fn list_registry_images(self) -> Result<RegistryImageListResponse> { |
| 620 | let registry = &self.app.config.image.registry; |