Documentation ¶ Index ¶ type AwsClient func NewELBClient() *AwsClient func (c *AwsClient) AddTag(name string, tag *Tag) error func (c *AwsClient) DeleteTag(name string, key string) error func (c *AwsClient) DescribeTags(name string) ([]Tag, error) type Tag Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AwsClient ¶ type AwsClient struct { // contains filtered or unexported fields } func NewELBClient ¶ func NewELBClient() *AwsClient func (*AwsClient) AddTag ¶ func (c *AwsClient) AddTag(name string, tag *Tag) error func (*AwsClient) DeleteTag ¶ func (c *AwsClient) DeleteTag(name string, key string) error func (*AwsClient) DescribeTags ¶ func (c *AwsClient) DescribeTags(name string) ([]Tag, error) type Tag ¶ type Tag struct { Key string Value string } Source Files ¶ View all Source files elb.go Click to show internal directories. Click to hide internal directories.