MCPcopy
hub / github.com/cloudfoundry/cli / ScheduleTokenRefresh

Method ScheduleTokenRefresh

command/v7/actor.go:217–217  ·  view source on GitHub ↗
(func(time.Duration) <-chan time.Time, chan struct{}, chan struct{})

Source from the content-addressed store, hash-verified

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)

Callers 1

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected