moby/api/server
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
..
backend/build api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
httpstatus swap logrus types for their containerd/logs aliases 2023-08-01 13:02:55 +02:00
httputils chore: use http constants to replace numbers 2023-02-21 23:02:56 +08:00
middleware Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
router Merge pull request #46335 from thaJeztah/api_move_checkpoint_types 2023-08-28 19:02:19 +02:00
errorhandler.go errdefs: move GetHTTPErrorStatusCode to api/server/httpstatus 2022-03-21 12:22:39 +01:00
middleware.go swap logrus types for their containerd/logs aliases 2023-08-01 13:02:55 +02:00
server.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
server_test.go api/server: drop unused Config struct 2023-02-28 13:49:53 -05:00