Documentation
¶
Index ¶
- Constants
- Variables
- func AskBucket(ctx context.Context, s3Client *s3.Client, region string, addBack bool) (string, error)
- func AskCluster(ctx context.Context, ecsClient *ecs.Client, addBack bool) (string, error)
- func AskContainer(ctx context.Context, ecsClient *ecs.Client, cluster string, task string, ...) (string, error)
- func AskLaunchType(ecsClient *ecs.Client, addBack bool) (string, error)
- func AskSecurityGroups(ctx context.Context, ec2Client *ec2.Client, vpc string) ([]string, error)
- func AskSubnets(ctx context.Context, ec2Client *ec2.Client, vpc string) ([]string, error)
- func AskTask(ctx context.Context, ecsClient *ecs.Client, cluster string, addBack bool) (string, error)
- func AskTaskDefinition(ctx context.Context, ecsClient *ecs.Client, addBack bool) (string, error)
- func AskTasks(ctx context.Context, ecsClient *ecs.Client, cluster string) ([]string, error)
- func AskVpc(ctx context.Context, ec2Client *ec2.Client, addBack bool) (string, error)
- func CreateSppiner(suffix string) (*spinner.Spinner, error)
- func PrintTaskProgress(ctx context.Context, ecsClient *ecs.Client, cluster string, taskIds []string, ...) error
- type Progress
Constants ¶
View Source
const ( LaunchType int = iota Cluster TaskDefinition Vpc Subnets SecurityGroups Task Tasks Container Bucket Complete )
View Source
const Back = "← Back"
View Source
const NewBucket = "→ New Bucket"
Variables ¶
Functions ¶
func AskCluster ¶
func AskContainer ¶
func AskSecurityGroups ¶
func AskSubnets ¶
func AskTaskDefinition ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.