Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { Config() *hypervisor.BootConfig // get the base vm of the factory // the vm should be stared(init-connected) paused and can be hotadd cpu/mem GetBaseVm() (*hypervisor.Vm, error) CloseFactory() }
Click to show internal directories.
Click to hide internal directories.