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

Struct CliRpcCmd

plugin/rpc/cli_rpc_server.go:36–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type CliRpcCmd struct {
37 PluginMetadata *plugin.PluginMetadata
38 MetadataMutex *sync.RWMutex
39 outputCapture OutputCapture
40 terminalOutputSwitch TerminalOutputSwitch
41 cliConfig coreconfig.Repository
42 repoLocator api.RepositoryLocator
43 newCmdRunner CommandRunner
44 outputBucket *bytes.Buffer
45 logger trace.Printer
46 stdout io.Writer
47}
48
49//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . TerminalOutputSwitch
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected