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

Struct ArtifactInfo

registry/app/pkg/types/commons/types.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type ArtifactInfo struct {
22 pkg.ArtifactInfo
23 Version string
24 FilePath string
25}
26
27// BaseArtifactInfo implements pkg.PackageArtifactInfo interface.
28func (a ArtifactInfo) BaseArtifactInfo() pkg.ArtifactInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected