package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 1, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Artifact struct {
UpstreamPath string `json:"upstream_path"`
LocalPath string `json:"local_path"`
BlobSHA string `json:"blob_sha"`
SHA256 string `json:"sha256"`
Mode string `json:"mode"`
}
type Manifest struct {
UpstreamRepo string `json:"upstream_repo"`
UpstreamTag string `json:"upstream_tag"`
DescriptorChecksumSHA256 string `json:"descriptor_checksum_sha256"`
Artifacts []Artifact `json:"artifacts"`
}
Source Files
¶
Directories
¶
cmd
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.