aboutsummaryrefslogtreecommitdiff
path: root/pkg/trust
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2022-08-24 22:34:23 +0200
committerMiloslav Trmač <mitr@redhat.com>2022-08-25 00:35:08 +0200
commit1d2def8d062588c46d066d54bba4284f72fec334 (patch)
tree0e7282a77027d71604cdb8ee0d3019ec2e3dad90 /pkg/trust
parentdf1d8d0e9353528708a87609b932ae6b833c7ec0 (diff)
downloadpodman-1d2def8d062588c46d066d54bba4284f72fec334.tar.gz
podman-1d2def8d062588c46d066d54bba4284f72fec334.tar.bz2
podman-1d2def8d062588c46d066d54bba4284f72fec334.zip
Remove an unused trust.ShowOutput type
Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'pkg/trust')
-rw-r--r--pkg/trust/trust.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/trust/trust.go b/pkg/trust/trust.go
index 663a1b5e2..28dac1ab6 100644
--- a/pkg/trust/trust.go
+++ b/pkg/trust/trust.go
@@ -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"