upstream

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 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"`
	ServiceContracts         []ServiceContract `json:"service_contracts,omitempty"`
}

type ServiceContract added in v0.6.0

type ServiceContract struct {
	Operation             string   `json:"operation"`
	UpstreamPath          string   `json:"upstream_path"`
	LocalPath             string   `json:"local_path"`
	FullMethodName        string   `json:"full_method_name"`
	Transport             string   `json:"transport"`
	Auth                  string   `json:"auth"`
	UpstreamTag           string   `json:"upstream_tag"`
	IntroducedAfter       string   `json:"introduced_after"`
	RedactedRequestFields []string `json:"redacted_request_fields"`
}

Directories

Path Synopsis
cmd
manifestgen command

Jump to

Keyboard shortcuts

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