diff options
author | Matej Vasek <mvasek@redhat.com> | 2021-11-01 22:30:57 +0100 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-11-12 11:08:25 -0500 |
commit | a8332f69460f687d704cd804673b0ccca8fd5403 (patch) | |
tree | 8c7904a3ca6fb2d9322166eadb305ef541b6fa33 /pkg/domain/entities | |
parent | 5889c2c241e7ff3d2f26fb5e6e6e431b52b4e121 (diff) | |
download | podman-a8332f69460f687d704cd804673b0ccca8fd5403.tar.gz podman-a8332f69460f687d704cd804673b0ccca8fd5403.tar.bz2 podman-a8332f69460f687d704cd804673b0ccca8fd5403.zip |
Fix swagger definitions
[NO TESTS NEEDED]
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r-- | pkg/domain/entities/images.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 5a469d981..6d93ad403 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 |