moby--moby/volume/service
Sebastiaan van Stijn 744f1c261c
Remove unused functions, variables, fields
opts/env_test: suppress a linter warning

this one:

> opts/env_test.go:95:4: U1000: field `err` is unused (unused)
> 			err      error
>			^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:12 +02:00
..
opts typo fix retreived 2018-09-26 10:51:22 +08:00
by.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
convert.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
db.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
db_test.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
default_driver.go Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
default_driver_stubs.go Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
errors.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
restore.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
restore_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service.go Entropy cannot be saved 2019-06-07 11:54:45 +01:00
service_linux_test.go Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
service_test.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
store.go Fix some doc strings in the volume package 2018-11-02 12:27:32 -07:00
store_test.go Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
store_unix.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
store_windows.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00