Documentation
¶
Index ¶
Constants ¶
View Source
const (
Multipass = "multipass"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VM ¶
type VM interface {
Create(name string, config *Config) error
Mount(name string, src string, vmName string, dst string) error
Unmount(name string, dst string) error
Start(name string) error
Stop(name string) error
Delete(name string) error
List() ([]string, error)
IsRunning(name string) (bool, error)
IsExist(name string) (bool, error)
InstanceOf() string
}
Click to show internal directories.
Click to hide internal directories.