| 20 | ) |
| 21 | |
| 22 | type ArtifactInfo struct { |
| 23 | pkg.ArtifactInfo |
| 24 | Version string |
| 25 | Arch string |
| 26 | FileName string |
| 27 | PackagePath string |
| 28 | Metadata rpm.Metadata |
| 29 | } |
| 30 | |
| 31 | func (a ArtifactInfo) GetVersion() string { |
| 32 | return a.Version |
nothing calls this directly
no outgoing calls
no test coverage detected