output

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.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 FSJSONOutput added in v0.2.0

type FSJSONOutput struct {
	Signatures FSJSONRegistry `json:"filesystem"`
	FileSystem string         `json:"directories"`
}

type FSJSONRegistry added in v0.2.0

type FSJSONRegistry struct {
	Entries []FSJSONSignature `json:"signatures"`
}

type FSJSONSignature added in v0.2.0

type FSJSONSignature struct {
	Path                 string `json:"path"`
	Digest               string `json:"digest"`
	CertificateSubject   string `json:"subjectname"`
	CounterSignerSubject string `json:"countersigner"`
}

type RepoJSONOutput added in v0.2.0

type RepoJSONOutput struct {
	Signatures RepoJSONRegistry `json:"registry"`
	Registry   string           `json:"name"`
}

type RepoJSONRegistry added in v0.2.0

type RepoJSONRegistry struct {
	Entries []RepoJSONSignature `json:"signatures"`
}

type RepoJSONSignature added in v0.2.0

type RepoJSONSignature struct {
	Path                string `json:"path"`
	Digest              string `json:"digest"`
	NotaryV2Thumbprints string `json:"thumbprints"`
	CertificateSubject  string `json:"subjectname"`
}

Jump to

Keyboard shortcuts

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