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

Struct FakeCommand1

plugin/rpc/fakecommand/fake_command1.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected