mirror of
https://github.com/containers/podman.git
synced 2025-07-03 17:27:18 +08:00
Remove an unused trust.ShowOutput type
Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user