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

Struct ShowApp

cf/commands/application/app.go:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type ShowApp struct {
31 ui terminal.UI
32 config coreconfig.Reader
33 appSummaryRepo api.AppSummaryRepository
34 appInstancesRepo appinstances.Repository
35 stackRepo stacks.StackRepository
36 appReq requirements.ApplicationRequirement
37 pluginAppModel *plugin_models.GetAppModel
38 pluginCall bool
39}
40
41func init() {
42 commandregistry.Register(&ShowApp{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected