(appGUID string)
| 54 | StagePackage(packageGUID, appName, spaceGUID string) (<-chan resources.Droplet, <-chan v7action.Warnings, <-chan error) |
| 55 | StartApplication(appGUID string) (v7action.Warnings, error) |
| 56 | StopApplication(appGUID string) (v7action.Warnings, error) |
| 57 | } |
| 58 | |
| 59 | func NewAppStager(actor stagingAndStartActor, ui command.UI, config command.Config, logCache sharedaction.LogCacheClient) AppStager { |