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

Struct FakeCommand4

plugin/rpc/fakecommand/fake_command4.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var ErrFakeCommand4 = errors.New("ZOMG command errored")
12
13type FakeCommand4 struct {
14 Data string
15}
16
17func init() {
18 commandregistry.Register(FakeCommand4{Data: "FakeCommand4 data"})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected