Versions in this module Expand all Collapse all v0 v0.2.0 Apr 12, 2016 Changes in this version + type AWSClient struct + type Config struct + Awsconf string + Call map[string]func() + Cfgfile string + Conf yamlConfig + Profile string + Region string + func (c *Config) Connect() interface{} + type EC2 struct + Instances *ec2.DescribeInstancesOutput + Security_groups *ec2.DescribeSecurityGroupsOutput + Snapshots *ec2.DescribeSnapshotsOutput + Volumes *ec2.DescribeVolumesOutput + func (e *EC2) PurgeInstances(c1 chan int, meta interface{}, days int16, actualdestroy bool, ...) + func (e *EC2) PurgeSnapshots(c1 chan int, meta interface{}, days int16, actualdestroy bool, ...) + func (e *EC2) PurgeVolumes(c1 chan int, meta interface{}, days int16, actualdestroy bool, ...) v0.1.0 Jan 20, 2016