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

Struct Actor

actor/pluginaction/actor.go:5–8  ·  view source on GitHub ↗

Actor handles all plugin actions

Source from the content-addressed store, hash-verified

3
4// Actor handles all plugin actions
5type Actor struct {
6 config Config
7 client PluginClient
8}
9
10// NewActor returns a pluginaction Actor
11func NewActor(config Config, client PluginClient) *Actor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected