chore: add missing impl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-31 12:20:17 +01:00
parent 97d631ce5d
commit b9bec36843

View File

@ -75,6 +75,10 @@ impl VmHostClient for LibVirtHost {
Ok(())
}
async fn delete_vm(&self, vm: &Vm) -> Result<()> {
todo!()
}
async fn reinstall_vm(&self, cfg: &FullVmInfo) -> Result<()> {
todo!()
}