plugin

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StartArgs

type StartArgs struct {
	InstanceName string
	Config       []byte
}

type StopArgs

type StopArgs struct {
	InstanceName string
}

type VMDriver

type VMDriver interface {
	// Start starts the VM.
	Start(instanceName string, Config []byte) error
	// Stop stops the VM.
	Stop(instanceName string) error
}

Jump to

Keyboard shortcuts

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