upstream

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

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"`
	Header       string `json:"header"`
}

type Manifest

type Manifest struct {
	UpstreamRepo             string     `json:"upstream_repo"`
	UpstreamTag              string     `json:"upstream_tag"`
	DescriptorChecksumSHA256 string     `json:"descriptor_checksum_sha256"`
	Artifacts                []Artifact `json:"artifacts"`
}

Directories

Path Synopsis
cmd
manifestgen command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL