moby--moby/api/types
Sebastiaan van Stijn bd06a5ea4d
Fix golint warning on generated "volume" types
Should fix

```
api/types/volume/volume_create.go
Line 10: warning: comment on exported type VolumeCreateBody should be of the form "VolumeCreateBody ..." (with optional leading article) (golint)

api/types/volume/volume_list.go
Line 12: warning: comment on exported type VolumeListOKBody should be of the form "VolumeListOKBody ..." (with optional leading article) (golint)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-07-13 16:58:59 +02:00
..
backend
blkiodev
container
events
filters
image
mount
network Move network conversions out of API router 2018-06-27 17:11:29 -07:00
plugins/logdriver
registry
strslice
swarm
time
versions
volume Fix golint warning on generated "volume" types 2018-07-13 16:58:59 +02:00
auth.go
client.go api: Change Platform field back to string (temporary workaround) 2018-07-03 22:33:42 +00:00
configs.go Move network conversions out of API router 2018-06-27 17:11:29 -07:00
error_response.go
graph_driver_data.go
id_response.go
image_delete_response_item.go
image_summary.go
plugin.go
plugin_device.go
plugin_env.go
plugin_interface_type.go
plugin_mount.go
plugin_responses.go
port.go
seccomp.go
service_update_response.go
stats.go
types.go
volume.go