Versions in this module Expand all Collapse all v0 v0.2.0 Jul 14, 2026 v0.1.0 Jul 6, 2026 Changes in this version + const PackFile + func ControlsDirs(packs []Discovered) []string + func PackDir(installRoot, framework, version string) string + func Uninstall(framework string, opts InstallOptions) error + type Discovered = pcp.Discovered + func Discover(installRoot string) ([]Discovered, error) + type EvidenceSource = pcp.EvidenceSource + type InstallOptions struct + AllowSignerChange bool + CosignBin string + ExpectedIdentity string + GitHubRepo string + InstallRoot string + LockfilePath string + PlainHTTP bool + ProgressW io.Writer + RequireSignature bool + SkipSignature bool + type Installed struct + Artifact string + Digest string + Dir string + Framework string + Pack *Pack + Version string + func Install(ctx context.Context, ref string, opts InstallOptions) (*Installed, error) + type Pack = pcp.Pack + func ParsePack(path string) (*Pack, error) + func ParsePackTarball(tgz []byte) (*Pack, error) + type PackMetadata = pcp.PackMetadata + type PackSpec = pcp.PackSpec