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

Struct ArtifactInfo

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

Metadata represents the metadata for a Python package.

Source from the content-addressed store, hash-verified

22// Metadata represents the metadata for a Python package.
23
24type ArtifactInfo struct {
25 pkg.ArtifactInfo
26 Version string
27 Filename string
28 Metadata python.Metadata
29}
30
31// BaseArtifactInfo implements pkg.PackageArtifactInfo interface.
32func (a ArtifactInfo) BaseArtifactInfo() pkg.ArtifactInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected