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