| 19 | ) |
| 20 | |
| 21 | type ArtifactInfo struct { |
| 22 | pkg.ArtifactInfo |
| 23 | Version string |
| 24 | FilePath string |
| 25 | } |
| 26 | |
| 27 | // BaseArtifactInfo implements pkg.PackageArtifactInfo interface. |
| 28 | func (a ArtifactInfo) BaseArtifactInfo() pkg.ArtifactInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected