moby--moby/volume/service
Sebastiaan van Stijn 188724a597
volume: fix empty-lines (revive)
volume/mounts/parser_test.go:42:39: empty-lines: extra empty line at the end of a block (revive)
    volume/mounts/windows_parser.go:129:24: empty-lines: extra empty line at the end of a block (revive)
    volume/local/local_test.go:16:35: empty-lines: extra empty line at the end of a block (revive)
    volume/local/local_unix.go:145:3: early-return: if c {...} else {... return } can be simplified to if !c { ... return } ... (revive)
    volume/service/service_test.go:18:38: empty-lines: extra empty line at the end of a block (revive)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-28 01:58:50 +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 api/types: rename volume.VolumeUsageData to volume.UsageData 2022-04-28 22:39:10 +02:00
db.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
db_test.go fix unclosed file-handles in tests 2022-05-31 21:53:38 +02:00
default_driver.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
default_driver_stubs.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
errors.go filters: lowercase error 2022-03-18 09:44:53 +01:00
restore.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
restore_test.go fix unclosed file-handles in tests 2022-05-31 21:53:38 +02:00
service.go api/types: replace uses of deprecated types.Volume with volume.Volume 2022-04-21 19:50:59 +02:00
service_linux_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
service_test.go volume: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
store.go gofmt GoDoc comments with go1.19 2022-07-08 19:56:23 +02:00
store_test.go fix unclosed file-handles in tests 2022-05-31 21:53:38 +02:00
store_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
store_windows.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00