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

Struct FakeCommand2

plugin/rpc/fakecommand/fake_command2.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type FakeCommand2 struct {
14 Data string
15 req fakeReq2
16 ui terminal.UI
17}
18
19func init() {
20 commandregistry.Register(FakeCommand2{Data: "FakeCommand2 data", req: fakeReq2{}})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected