Versions in this module Expand all Collapse all v1 v1.0.2 Apr 7, 2020 v1.0.1 Mar 23, 2020 Changes in this version + func NodeIdsToAwsStrings(ids []NodeId) []*string v1.0.0 Mar 12, 2020 Changes in this version + type Cluster struct + func New(asgName string) Cluster + func (c Cluster) Add(ctx context.Context, count int) error + func (c Cluster) Describe(ctx context.Context, ids []NodeId) ([]*ec2.Instance, error) + func (c Cluster) Destroy(ctx context.Context, agents []NodeId) error + func (c Cluster) List(ctx context.Context) ([]NodeId, error) + func (c Cluster) ScalingActivityInProgress(ctx context.Context) (bool, error) + type NodeId string