Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) IsAvailable ¶
Click to show internal directories.
Click to hide internal directories.