moby/libcontainerd
Sebastiaan van Stijn 96faee9762
libcontainer: client.processEventStream: use locally scoped variables
- use local variables and remove some intermediate variables
- handle the events inside the switch itself; this makes all the
  switch branches use the same logic, instead of "some" using
  a `continue`, and others falling through to have the event handled
  outside of the switch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-09-17 14:29:54 +02:00
..
local remove more direct uses of logrus 2023-09-15 20:12:27 +02:00
queue bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
remote libcontainer: client.processEventStream: use locally scoped variables 2023-09-17 14:29:54 +02:00
shimopts daemon: allow shimv2 runtimes to be configured 2023-02-17 18:08:06 -05:00
supervisor remove more direct uses of logrus 2023-09-15 20:12:27 +02:00
types daemon: stop setting container resources to zero 2023-06-06 12:13:05 -04:00
libcontainerd_linux.go Configure shims from runtime config 2020-07-13 14:18:02 -07:00
libcontainerd_windows.go Remove unused useShimV2() 2020-07-15 14:28:48 +02:00
replace.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00