mirror of
https://github.com/containers/podman.git
synced 2025-07-04 10:10:32 +08:00
pkg/inspect: remove unused ImageResult type
[NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -41,18 +41,3 @@ type RootFS struct {
|
|||||||
Type string `json:"Type"`
|
Type string `json:"Type"`
|
||||||
Layers []digest.Digest `json:"Layers"`
|
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
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user