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

Method ShowApp

cf/commands/application/app.go:27–27  ·  view source on GitHub ↗
(app models.Application, orgName string, spaceName string)

Source from the content-addressed store, hash-verified

25
26type Displayer interface {
27 ShowApp(app models.Application, orgName string, spaceName string) error
28}
29
30type ShowApp struct {

Callers 1

WatchStagingMethod · 0.65

Implementers 3

ShowAppcf/commands/application/app.go
FakeAppDisplayercf/commands/application/applicationfak
FakeDisplayercf/commands/application/applicationfak

Calls

no outgoing calls

Tested by

no test coverage detected