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

Struct Actor

actor/v7action/actor.go:29–38  ·  view source on GitHub ↗

Actor represents a V7 actor.

Source from the content-addressed store, hash-verified

27
28// Actor represents a V7 actor.
29type Actor struct {
30 CloudControllerClient CloudControllerClient
31 Config Config
32 SharedActor SharedActor
33 UAAClient UAAClient
34 RoutingClient RoutingClient
35 Clock clock.Clock
36
37 AuthActor
38}
39
40// NewActor returns a new V7 actor.
41func NewActor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected