api/types/volume: remove deprecated types
This removes; - VolumeCreateBody (alias for CreateOptions) - VolumeListOKBody (alias for ListResponse) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
efb1f141a4
commit
f02cdb50be
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
package volume // import "github.com/docker/docker/api/types/volume"
|
||||
|
||||
// VolumeCreateBody Volume configuration
|
||||
//
|
||||
// Deprecated: use CreateOptions
|
||||
type VolumeCreateBody = CreateOptions
|
||||
|
||||
// VolumeListOKBody Volume list response
|
||||
//
|
||||
// Deprecated: use ListResponse
|
||||
type VolumeListOKBody = ListResponse
|
Loading…
Reference in a new issue