From 6db081fc5e38df6e757da0af8e4e3c74eaa720f6 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Sun, 26 Apr 2020 10:16:14 -0500 Subject: enable load integration tests fix bug where multiple images can be loaded and have to be able to handle the return of multiple names Signed-off-by: Brent Baude --- pkg/domain/entities/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/domain/entities') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 773cd90b4..460965b34 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -256,7 +256,7 @@ type ImageLoadOptions struct { } type ImageLoadReport struct { - Name string + Names []string } type ImageImportOptions struct { -- cgit v1.2.3-54-g00ecf