Documentation ¶
Index ¶
Constants ¶
View Source
const AwsSessionFactory string = "AwsSessionFactory"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory interface { GetClient() *http.Client GetCredentials(region string) *credentials.Credentials GetSession(region string) *session.Session }
func NewSessionFactory ¶
func NewSessionFactory() Factory
Click to show internal directories.
Click to hide internal directories.