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

Struct ArtifactInfo

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected