| 28 | } |
| 29 | |
| 30 | type 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 | |
| 41 | func init() { |
| 42 | commandregistry.Register(&ShowApp{}) |
nothing calls this directly
no outgoing calls
no test coverage detected