mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-09 17:17:53 +00:00
Remove an unused trust.ShowOutput type
Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
49ac7ee55e
commit
702b66249f
1 changed files with 0 additions and 8 deletions
|
|
@ -53,14 +53,6 @@ type RegistryNamespace struct {
|
|||
SigStoreStaging string `json:"sigstore-staging"` // For writing only.
|
||||
}
|
||||
|
||||
// ShowOutput keep the fields for image trust show command
|
||||
type ShowOutput struct {
|
||||
Repo string
|
||||
Trusttype string
|
||||
GPGid string
|
||||
Sigstore string
|
||||
}
|
||||
|
||||
// systemRegistriesDirPath is the path to registries.d.
|
||||
const systemRegistriesDirPath = "/etc/containers/registries.d"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue