From 90a6f39d0f107059571ad9e640476dc1f3901f8c Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 24 May 2022 13:52:39 +0200 Subject: pkg/inspect: remove unused ImageResult type [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg --- pkg/inspect/inspect.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go index 767d86daf..15943858f 100644 --- a/pkg/inspect/inspect.go +++ b/pkg/inspect/inspect.go @@ -41,18 +41,3 @@ type RootFS struct { Type string `json:"Type"` Layers []digest.Digest `json:"Layers"` } - -// ImageResult is used for podman images for collection and output. -type ImageResult struct { - Tag string - Repository string - RepoDigests []string - RepoTags []string - ID string - Digest digest.Digest - ConfigDigest digest.Digest - Created time.Time - Size *uint64 - Labels map[string]string - Dangling bool -} -- cgit v1.2.3-54-g00ecf