()
| 46 | type stagingAndStartActor interface { |
| 47 | CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error) |
| 48 | GetCurrentUser() (configv3.User, error) |
| 49 | GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error) |
| 50 | GetStreamingLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) (<-chan sharedaction.LogMessage, <-chan error, context.CancelFunc, v7action.Warnings, error) |
| 51 | PollStart(app resources.Application, noWait bool, handleProcessStats func(string)) (v7action.Warnings, error) |
no outgoing calls
no test coverage detected