Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSProvider ¶
type AWSProvider interface { // EC2 is the external client to manage EC2 resources EC2(region string) (ec2.Client, error) // VPC is the external client to manage VPC resources VPC(region string) (vpc.Client, error) }
AWSProvider interface for the AWS client
Click to show internal directories.
Click to hide internal directories.