MCPcopy Create free account
hub / github.com/cloudfoundry/cli / Actor

Struct Actor

actor/cfnetworkingaction/actor.go:8–11  ·  view source on GitHub ↗

Actor handles all business logic for cf networking operations.

Source from the content-addressed store, hash-verified

6
7// Actor handles all business logic for cf networking operations.
8type Actor struct {
9 NetworkingClient NetworkingClient
10 CloudControllerClient CloudControllerClient
11}
12
13// NewActor returns a new actor.
14func NewActor(networkingClient NetworkingClient, ccClient CloudControllerClient) *Actor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected