mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
V2 podman images/image list
* Updated entities to support flags/options * Updated bindings caused by entities changes * Removed handlers.ImageSummary in favor of entities.ImageSummary * Introduced StringSet() container object to simply error checking Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -2,7 +2,6 @@ package server
|
||||
|
||||
import (
|
||||
"github.com/containers/libpod/libpod"
|
||||
"github.com/containers/libpod/pkg/api/handlers"
|
||||
"github.com/containers/libpod/pkg/api/handlers/utils"
|
||||
"github.com/containers/libpod/pkg/domain/entities"
|
||||
)
|
||||
@ -128,7 +127,7 @@ type swagPodAlreadyStopped struct {
|
||||
// swagger:response DockerImageSummary
|
||||
type swagImageSummary struct {
|
||||
// in:body
|
||||
Body []handlers.ImageSummary
|
||||
Body []entities.ImageSummary
|
||||
}
|
||||
|
||||
// List Containers
|
||||
|
Reference in New Issue
Block a user