Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSession ¶
func GetSession() interface{}
Types ¶
type AWS ¶
func (*AWS) GetSession ¶
func (a *AWS) GetSession() interface{}
type Cloud ¶
type Cloud struct {
Provider CloudProvider
}
type CloudProvider ¶
type CloudProvider interface { Bootstrap() error GetSession() interface{} }
Click to show internal directories.
Click to hide internal directories.