Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amazon ¶
type Amazon struct { }
func (Amazon) ProvisionAgent ¶
func (amz Amazon) ProvisionAgent() (deploy.CloudServer, error)
type Centurylink ¶
type Centurylink struct { }
func (Centurylink) ProvisionAgent ¶
func (clc Centurylink) ProvisionAgent() (deploy.CloudServer, error)
type CloudProvider ¶
type CloudProvider interface {
ProvisionAgent() (deploy.CloudServer, error)
}
func New ¶
func New(providerType string) CloudProvider
func NewAmazon ¶
func NewAmazon() CloudProvider
func NewCenturylink ¶
func NewCenturylink() CloudProvider
type DigitalOcean ¶
type DigitalOcean struct{}
func NewDigitalOcean ¶
func NewDigitalOcean() *DigitalOcean
func (*DigitalOcean) ProvisionAgent ¶
func (do *DigitalOcean) ProvisionAgent() (deploy.CloudServer, error)
Click to show internal directories.
Click to hide internal directories.