moby/plugin
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
..
executor/containerd swap logrus types for their containerd/logs aliases 2023-08-01 13:02:55 +02:00
v2 plugin: format code with gofumpt 2023-06-29 00:31:50 +02:00
backend_linux.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
backend_linux_test.go plugin: format code with gofumpt 2023-06-29 00:31:50 +02:00
backend_unsupported.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
defs.go plugin: use strings.Cut() 2022-12-21 11:09:02 +01:00
errors.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
events.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fetch_linux.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
manager.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
manager_linux.go plugin: format code with gofumpt 2023-06-29 00:31:50 +02:00
manager_linux_test.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
manager_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
manager_windows.go Do not call mount.RecursiveUnmount() on Windows 2020-10-29 23:00:16 +01:00
progress.go Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
registry.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
store.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
store_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00