Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // CreateInstances create count instances which wait they are running and return info for ssh CreateInstances(count int64) ([]Instance, error) // DeleteInstances delete instances DeleteInstances(instanceIDs []string) error // CreateCLB create a load balancer and return the vip CreateCLB(eniIps []*string) (*string, error) // TearDown clean up all resources TearDown() error }
Click to show internal directories.
Click to hide internal directories.