Documentation ¶
Index ¶
- Variables
- func NewCreate(appName string) *commander.CommandWrapper
- func NewDelete(appName string) *commander.CommandWrapper
- func NewDeleteApp(appName string) *commander.CommandWrapper
- func NewPush(appName string) *commander.CommandWrapper
- func NewStatus(appName string) *commander.CommandWrapper
- type CDClient
- type CFClient
- type Create
- type Delete
- type DeleteApp
- type IAMClient
- type Push
- type ResourceStatus
- type Status
Constants ¶
This section is empty.
Variables ¶
View Source
var NotEmptyStack = &cloudformation.DescribeStacksOutput{ Stacks: []*cloudformation.Stack{ { StackName: aws.String("TestStack"), StackStatus: aws.String("CREATE_COMPLETE"), }, }, }
NotEmptyStack test structs which defines a non-empty stack.
Functions ¶
func NewCreate ¶
func NewCreate(appName string) *commander.CommandWrapper
NewCreate Creates a new Create command.
func NewDelete ¶
func NewDelete(appName string) *commander.CommandWrapper
NewDelete Creates a new Delete command.
func NewDeleteApp ¶
func NewDeleteApp(appName string) *commander.CommandWrapper
NewDeleteApp Creates a new DeleteApp command.
Types ¶
type CDClient ¶
type CDClient struct {
Client codedeployiface.CodeDeployAPI
}
CDClient abstraction for cloudFormation client.
type CFClient ¶
type CFClient struct {
Client cloudformationiface.CloudFormationAPI
}
CFClient abstraction for cloudFormation client.
type ResourceStatus ¶ added in v1.0.1
func (ResourceStatus) String ¶ added in v1.0.1
func (r ResourceStatus) String() string
Click to show internal directories.
Click to hide internal directories.