MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Actor

Struct Actor

actor/sharedaction/actor.go:10–13  ·  view source on GitHub ↗

Actor handles all shared actions

Source from the content-addressed store, hash-verified

8
9// Actor handles all shared actions
10type Actor struct {
11 Config Config
12 AuthActor
13}
14
15// NewActor returns an Actor with default settings
16func NewActor(config Config) *Actor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected