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

Function NewActor

actor/pluginaction/actor.go:11–13  ·  view source on GitHub ↗

NewActor returns a pluginaction Actor

(config Config, client PluginClient)

Source from the content-addressed store, hash-verified

9
10// NewActor returns a pluginaction Actor
11func NewActor(config Config, client PluginClient) *Actor {
12 return &Actor{config: config, client: client}
13}

Callers 12

SetupMethod · 0.92
SetupMethod · 0.92
SetupMethod · 0.92
SetupMethod · 0.92
checksum_test.goFile · 0.70
list_test.goFile · 0.70
install_test.goFile · 0.70
uninstall_test.goFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected