From 8bf852d5f0e5d3b22da2a7401d37d1ef3475065f Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 17 May 2021 09:30:38 -0700 Subject: Match swagger to "as built" output * Remove all Types no longer referenced, they were never used A future API breaking version of Podman API, may restore these Types and push formatting into presentation layer vs. server. Fixes #9578 Signed-off-by: Jhon Honce --- pkg/api/handlers/types.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pkg/api/handlers/types.go') diff --git a/pkg/api/handlers/types.go b/pkg/api/handlers/types.go index 2ffd9b0cb..f94c9a1f5 100644 --- a/pkg/api/handlers/types.go +++ b/pkg/api/handlers/types.go @@ -148,15 +148,6 @@ type HistoryResponse struct { Comment string } -type ImageLayer struct{} - -type ImageTreeResponse struct { - ID string `json:"id"` - Tags []string `json:"tags"` - Size string `json:"size"` - Layers []ImageLayer `json:"layers"` -} - type ExecCreateConfig struct { docker.ExecConfig } -- cgit v1.2.3-54-g00ecf