(func(time.Duration) <-chan time.Time, chan struct{}, chan struct{})
| 215 | RunTask(appGUID string, task resources.Task) (resources.Task, v7action.Warnings, error) |
| 216 | ScaleProcessByApplication(appGUID string, process resources.Process) (v7action.Warnings, error) |
| 217 | ScheduleTokenRefresh(func(time.Duration) <-chan time.Time, chan struct{}, chan struct{}) (<-chan error, error) |
| 218 | SetApplicationDroplet(appGUID string, dropletGUID string) (v7action.Warnings, error) |
| 219 | SetApplicationDropletByApplicationNameAndSpace(appName string, spaceGUID string, dropletGUID string) (v7action.Warnings, error) |
| 220 | SetApplicationManifest(appGUID string, rawManifest []byte) (v7action.Warnings, error) |
no outgoing calls
no test coverage detected