mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
podman v2 remove bloat v2
rid ourseleves of libpod references in v2 client Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package compat
|
||||
|
||||
import (
|
||||
"github.com/containers/libpod/pkg/api/handlers/utils"
|
||||
"github.com/containers/libpod/pkg/domain/entities"
|
||||
"github.com/containers/storage/pkg/archive"
|
||||
)
|
||||
|
||||
@ -10,7 +10,7 @@ import (
|
||||
type swagCtrCreateResponse struct {
|
||||
// in:body
|
||||
Body struct {
|
||||
utils.ContainerCreateResponse
|
||||
entities.ContainerCreateResponse
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user