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" AppStackAssociationError = "application is already associated with stack %s" RestoringStateMsg = "Restoring prior application state: %s" ErrorChangingStack = "problem assigning target stack to %s" ErrorRestagingApp = "problem restaging app on %s" )
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.