mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
plugin/executor/containerd/containerd.go:164:2: missing cases in switch of type types.EventType: types.EventUnknown, types.EventOOM, types.EventCreate, types.EventStart, types.EventExecAdded, types.EventExecStarted, types.EventPaused, types.EventResumed (exhaustive)
switch et {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>