cloud

package
v0.0.0-...-09313d3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudMachine

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

func (CloudMachine) IP

func (machine CloudMachine) IP() string

func (CloudMachine) Name

func (machine CloudMachine) Name() string

type Machine

type Machine interface {
	Name() string
	IP() string
}

func GetCloudMachine

func GetCloudMachine(name, ip string) Machine

type Provider

type Provider interface {
	GetMachines() []Machine
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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