(appName string, spaceGUID string, withObfuscatedValues bool)
| 53 | type V7ActorForPush interface { |
| 54 | GetApplicationByNameAndSpace(name string, spaceGUID string) (resources.Application, v7action.Warnings, error) |
| 55 | GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error) |
| 56 | SetSpaceManifest(spaceGUID string, rawManifest []byte) (v7action.Warnings, error) |
| 57 | GetStreamingLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) (<-chan sharedaction.LogMessage, <-chan error, context.CancelFunc, v7action.Warnings, error) |
| 58 | RestartApplication(appGUID string, noWait bool) (v7action.Warnings, error) |
no outgoing calls
no test coverage detected