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

Struct RPCService

command/plugin/shared/rpc.go:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type RPCService struct {
27 config Config
28 ui UI
29 rpcService *rpc.CliRpcService
30}
31
32func NewRPCService(config Config, ui UI) (*RPCService, error) {
33 isVerbose, logFiles := config.Verbose()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected