vm

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotImplemented = errors.New("engine not implemented")

ErrNotImplemented is returned by placeholder engine implementations.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	Preflight() error
	Boot(ctx context.Context) error
	Shutdown(ctx context.Context) error
	SSHArgv(binary string, flags, args []string) []string
}

Engine is the common interface for VM backends (tart, libvirt, hyperv).

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL