Browse Source

api/types/container: remove deprecated ContainerChangeResponseItem

This was deprecated in dbb48e4b29e124aef6716ee8ad6856bf696235ca, which
is part of the v24.0.0 release, so we can remove it from master.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 2 years ago
parent
commit
316781be48
1 changed files with 0 additions and 6 deletions
  1. 0 6
      api/types/container/change_response_deprecated.go

+ 0 - 6
api/types/container/change_response_deprecated.go

@@ -1,6 +0,0 @@
-package container
-
-// ContainerChangeResponseItem change item in response to ContainerChanges operation
-//
-// Deprecated: use [FilesystemChange].
-type ContainerChangeResponseItem = FilesystemChange