app

package
v0.0.0-...-04feab2 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotImplemented  = errors.New("Not implemented")
	ErrVmSpecRequired  = errors.New("VM spec is required")
	ErrNameRequired    = errors.New("name is required")
	ErrNoKernelSource  = errors.New("no kernel source supplied")
	ErrVMAlreadyExists = errors.New("VM already exists")
)

Functions

This section is empty.

Types

type App

type App interface {
	ports.VMUseCases
}

App represents the core application.

func New

func New(imageService ports.ImageService, vmService ports.VMProvider, stateService ports.StateService, fs afero.Fs, networkService ports.NetworkService) App

Jump to

Keyboard shortcuts

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