chore: add missing impl
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -75,6 +75,10 @@ impl VmHostClient for LibVirtHost {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async fn delete_vm(&self, vm: &Vm) -> Result<()> {
|
||||||
|
todo!()
|
||||||
|
}
|
||||||
|
|
||||||
async fn reinstall_vm(&self, cfg: &FullVmInfo) -> Result<()> {
|
async fn reinstall_vm(&self, cfg: &FullVmInfo) -> Result<()> {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user