Documentation
¶
Index ¶
- Variables
- type Config
- type Network
- type Parallels
- func (hv *Parallels) Create(ctx context.Context, name string) (vm hypervisor.VirtualMachine, err error)
- func (hv *Parallels) Delete(ctx context.Context, id string) error
- func (hv *Parallels) Init(ctx context.Context, config []byte) error
- func (hv *Parallels) List(ctx context.Context) ([]hypervisor.VirtualMachine, error)
- func (hv *Parallels) Shutdown(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoNetworkAvailable = errors.New("no network available")
Functions ¶
This section is empty.
Types ¶
type Parallels ¶
type Parallels struct {
// contains filtered or unexported fields
}
func (*Parallels) Create ¶
func (hv *Parallels) Create(ctx context.Context, name string) (vm hypervisor.VirtualMachine, err error)
func (*Parallels) List ¶
func (hv *Parallels) List(ctx context.Context) ([]hypervisor.VirtualMachine, error)
Click to show internal directories.
Click to hide internal directories.