Versions in this module Expand all Collapse all v1 v1.7.4 Jul 1, 2024 v1.7.3 Jul 15, 2023 Changes in this version + const Ec2Bin + func CreateConfig(accessKeyId, accessKeySecret, regionId string) (aws.Config, error) + func NewAwsCommandSpec() spec.ExpModelCommandSpec + func NewEcsActionSpec() spec.ExpActionCommandSpec + type AwsCommandSpec struct + func (*AwsCommandSpec) LongDesc() string + func (*AwsCommandSpec) Name() string + func (*AwsCommandSpec) ShortDesc() string + type EcsActionSpec struct + func (*EcsActionSpec) Aliases() []string + func (*EcsActionSpec) Name() string + func (*EcsActionSpec) ShortDesc() string + func (b *EcsActionSpec) LongDesc() string + type EcsExecutor struct + func (*EcsExecutor) Name() string + func (be *EcsExecutor) Exec(uid string, ctx context.Context, model *spec.ExpModel) *spec.Response + func (be *EcsExecutor) SetChannel(channel spec.Channel)