simple

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() types.Provider

Types

type Environment

type Environment struct {
	// contains filtered or unexported fields
}

func (*Environment) Name

func (e *Environment) Name() string

func (*Environment) Platform

func (e *Environment) Platform() types.Platform

func (*Environment) RestartVM

func (e *Environment) RestartVM(id string) error

func (*Environment) StartVM

func (e *Environment) StartVM(id string) error

func (*Environment) StopVM

func (e *Environment) StopVM(id string) error

func (*Environment) VMs

func (e *Environment) VMs() []types.VM

type Platform

type Platform struct {
	// contains filtered or unexported fields
}

func (*Platform) Environments

func (p *Platform) Environments(validNames ...string) []types.Environment

func (*Platform) Name

func (p *Platform) Name() string

func (*Platform) Provider

func (p *Platform) Provider() types.Provider

type Provider

type Provider struct {
	// contains filtered or unexported fields
}

func (*Provider) IsAvailable

func (p *Provider) IsAvailable() bool

func (*Provider) Name

func (p *Provider) Name() string

func (*Provider) Platforms

func (p *Provider) Platforms(validNames ...string) []types.Platform

Jump to

Keyboard shortcuts

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