summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/images.go
diff options
context:
space:
mode:
authorMatej Vasek <mvasek@redhat.com>2021-11-01 22:30:57 +0100
committerMatej Vasek <mvasek@redhat.com>2021-11-01 22:37:35 +0100
commit48d0d2b4a379b380b0f890a0fbb850a83f0d5fda (patch)
treed58b0bd567820fea0c07d96c848f2ff3d15a51f4 /pkg/domain/entities/images.go
parent85bad0cc7c68b71ab7ddb6ed09b862145c6c6d0e (diff)
downloadpodman-48d0d2b4a379b380b0f890a0fbb850a83f0d5fda.tar.gz
podman-48d0d2b4a379b380b0f890a0fbb850a83f0d5fda.tar.bz2
podman-48d0d2b4a379b380b0f890a0fbb850a83f0d5fda.zip
Fix swagger definitions
[NO TESTS NEEDED] Signed-off-by: Matej Vasek <mvasek@redhat.com>
Diffstat (limited to 'pkg/domain/entities/images.go')
-rw-r--r--pkg/domain/entities/images.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go
index ac5e6f410..38cdc8f2f 100644
--- a/pkg/domain/entities/images.go
+++ b/pkg/domain/entities/images.go
@@ -50,6 +50,7 @@ func (i *Image) Id() string { // nolint
return i.ID
}
+// swagger:model LibpodImageSummary
type ImageSummary struct {
ID string `json:"Id"`
ParentId string // nolint