diff options
Diffstat (limited to 'vendor/github.com/fsouza/go-dockerclient/system.go')
-rw-r--r-- | vendor/github.com/fsouza/go-dockerclient/system.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/fsouza/go-dockerclient/system.go b/vendor/github.com/fsouza/go-dockerclient/system.go index 46b9faf00..f1791f6ce 100644 --- a/vendor/github.com/fsouza/go-dockerclient/system.go +++ b/vendor/github.com/fsouza/go-dockerclient/system.go @@ -9,7 +9,6 @@ import ( // VolumeUsageData represents usage data from the docker system api // More Info Here https://dockr.ly/2PNzQyO type VolumeUsageData struct { - // The number of containers referencing this volume. This field // is set to `-1` if the reference-count is not available. // |