| 115 | } |
| 116 | |
| 117 | type statusPrinter struct { |
| 118 | release release.Releaser |
| 119 | debug bool |
| 120 | showMetadata bool |
| 121 | hideNotes bool |
| 122 | noColor bool |
| 123 | } |
| 124 | |
| 125 | func (s statusPrinter) getV1Release() *releasev1.Release { |
| 126 | switch rel := s.release.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected