vm

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	List() ([]string, error)
}

func NewLocalVM

func NewLocalVM() Interface

func NewRemoteVM

func NewRemoteVM(vm *RemoteVM) Interface

type LocalVM

type LocalVM struct{}

func (*LocalVM) List

func (r *LocalVM) List() ([]string, error)

type RemoteVM

type RemoteVM struct {
	Registry string
	Cache    bool
}

func (RemoteVM) List

func (o RemoteVM) List() ([]string, error)

Jump to

Keyboard shortcuts

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