MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Stop

Struct Stop

cf/commands/application/stop.go:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Stop struct {
25 ui terminal.UI
26 config coreconfig.Reader
27 appRepo applications.Repository
28 appReq requirements.ApplicationRequirement
29}
30
31func init() {
32 commandregistry.Register(&Stop{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected