MCPcopy
hub / github.com/harness/harness / ArtifactInfo

Struct ArtifactInfo

registry/app/pkg/types/rpm/types.go:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type ArtifactInfo struct {
23 pkg.ArtifactInfo
24 Version string
25 Arch string
26 FileName string
27 PackagePath string
28 Metadata rpm.Metadata
29}
30
31func (a ArtifactInfo) GetVersion() string {
32 return a.Version

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected