github.com/adityamillind98/moby@v23.0.0-rc.4+incompatible/api/types/deprecated.go (about)

     1  package types // import "github.com/docker/docker/api/types"
     2  
     3  import "github.com/docker/docker/api/types/volume"
     4  
     5  // Volume volume
     6  //
     7  // Deprecated: use github.com/docker/docker/api/types/volume.Volume
     8  type Volume = volume.Volume
     9  
    10  // VolumeUsageData Usage details about the volume. This information is used by the
    11  // `GET /system/df` endpoint, and omitted in other endpoints.
    12  //
    13  // Deprecated: use github.com/docker/docker/api/types/volume.UsageData
    14  type VolumeUsageData = volume.UsageData