mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
api/types: move disk usage structs to per type packages
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
@@ -28,7 +28,7 @@ func TestDiskUsage(t *testing.T) {
|
||||
}
|
||||
|
||||
return mockJSONResponse(http.StatusOK, nil, system.DiskUsage{
|
||||
ImageUsage: &system.ImagesDiskUsage{
|
||||
ImageUsage: &image.DiskUsage{
|
||||
ActiveImages: 0,
|
||||
TotalImages: 0,
|
||||
Reclaimable: 0,
|
||||
|
||||
Reference in New Issue
Block a user