Parcourir la source

api/types: remove deprecated image-types

These types were deprecated in 48cacbca24c48d451db6e6bfbb08dffa36d97078
(v25.0), and moved to api/types/image.

This patch removes the aliases for;

- api/types.ImageDeleteResponseItem
- api/types.ImageSummary
- api/types.ImageMetadata

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn il y a 1 an
Parent
commit
49637d0206
1 fichiers modifiés avec 0 ajouts et 15 suppressions
  1. 0 15
      api/types/types_deprecated.go

+ 0 - 15
api/types/types_deprecated.go

@@ -6,21 +6,6 @@ import (
 	"github.com/docker/docker/api/types/swarm"
 	"github.com/docker/docker/api/types/swarm"
 )
 )
 
 
-// ImageDeleteResponseItem image delete response item.
-//
-// Deprecated: use [image.DeleteResponse].
-type ImageDeleteResponseItem = image.DeleteResponse
-
-// ImageSummary image summary.
-//
-// Deprecated: use [image.Summary].
-type ImageSummary = image.Summary
-
-// ImageMetadata contains engine-local data about the image.
-//
-// Deprecated: use [image.Metadata].
-type ImageMetadata = image.Metadata
-
 // ServiceCreateResponse contains the information returned to a client
 // ServiceCreateResponse contains the information returned to a client
 // on the creation of a new service.
 // on the creation of a new service.
 //
 //