| 150 | } |
| 151 | |
| 152 | type releaseListWriter struct { |
| 153 | releases []releaseElement |
| 154 | noHeaders bool |
| 155 | noColor bool |
| 156 | } |
| 157 | |
| 158 | func newReleaseListWriter(releases []*release.Release, timeFormat string, noHeaders bool, noColor bool) *releaseListWriter { |
| 159 | // Initialize the array so no results returns an empty array instead of null |
nothing calls this directly
no outgoing calls
no test coverage detected