| 111 | } |
| 112 | |
| 113 | type hubSearchWriter struct { |
| 114 | elements []hubChartElement |
| 115 | columnWidth uint |
| 116 | listRepoURL bool |
| 117 | failOnNoResult bool |
| 118 | } |
| 119 | |
| 120 | func newHubSearchWriter(results []monocular.SearchResult, endpoint string, columnWidth uint, listRepoURL, failOnNoResult bool) *hubSearchWriter { |
| 121 | var elements []hubChartElement |
nothing calls this directly
no outgoing calls
no test coverage detected