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

Struct FakeCommand3

plugin/rpc/fakecommand/fake_command3.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type FakeCommand3 struct {
10 Data string
11}
12
13func init() {
14 commandregistry.Register(FakeCommand3{Data: "FakeCommand3 data"})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected