(ui command.UI)
| 21 | } |
| 22 | |
| 23 | func NewAppSummaryDisplayer(ui command.UI) *AppSummaryDisplayer { |
| 24 | return &AppSummaryDisplayer{ |
| 25 | UI: ui, |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | func (display AppSummaryDisplayer) AppDisplay(summary v7action.DetailedApplicationSummary, displayStartCommand bool) { |
| 30 | var isoRow []string |
no outgoing calls
no test coverage detected