diff options
author | Miloslav Trmač <mitr@redhat.com> | 2022-08-24 22:34:23 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2022-08-25 00:35:08 +0200 |
commit | 1d2def8d062588c46d066d54bba4284f72fec334 (patch) | |
tree | 0e7282a77027d71604cdb8ee0d3019ec2e3dad90 /pkg/trust/trust.go | |
parent | df1d8d0e9353528708a87609b932ae6b833c7ec0 (diff) | |
download | podman-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/trust.go')
-rw-r--r-- | pkg/trust/trust.go | 8 |
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" |