Documentation
¶
Index ¶
Constants ¶
View Source
const ( AttemptingToChangeStackMsg = "Attempting to change stack to %s for %s...\n\n" ChangeStackSuccessMsg = "Application %s was successfully changed to Stack %s" ChangeStackV3ErrorMsg = "the --v3 flag is not compatible with your foundation. Please remove the flag and rerun" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestData ¶ added in v0.0.2
type RequestData struct {
LifeCycle struct {
Data struct {
Stack string `json:"stack"`
} `json:"data"`
} `json:"lifecycle"`
}
Click to show internal directories.
Click to hide internal directories.