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

Struct fakeReq2

plugin/rpc/fakecommand/fake_command2.go:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type fakeReq2 struct {
52 ui terminal.UI
53}
54
55func (f fakeReq2) Execute() error {
56 f.ui.Say("Requirement executed and failed")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected