moby/volume/service
Sebastiaan van Stijn 0f871f8cb7
api/types/events: define "Action" type and consts
Define consts for the Actions we use for events, instead of "ad-hoc" strings.
Having these consts makes it easier to find where specific events are triggered,
makes the events less error-prone, and allows documenting each Action (if needed).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-29 00:38:08 +02:00
..
opts Volume prune: only prune anonymous volumes by default 2022-10-04 20:55:13 +00:00
by.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
convert.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
convert_test.go volume/service: inline filters in tests 2023-04-25 15:17:25 +02:00
db.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
db_test.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
default_driver.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
default_driver_stubs.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
errors.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
restore.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
restore_test.go fix unclosed file-handles in tests 2022-05-31 21:53:38 +02:00
service.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
service_linux_test.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
service_test.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
store.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
store_test.go test/volume: Replace Check with NilError where suitable 2023-08-10 11:18:56 +02:00
store_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
store_windows.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00