Files
runc/libcontainer/cgroups
Sebastiaan van Stijn 04389ae99b libcontainer/cgroups: return concrete types
It's more idiomatic Go to define interfaces on the receiver, and constructors to
return concrete types.

This patch changes various constructors to return a concrete type, with the
exceptions of NewWithPaths, which needs the abstraction as it switches between
implementations.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-07 17:31:11 +02:00
..
2021-10-14 13:46:02 -07:00
2022-03-22 23:44:31 -07:00
2022-05-18 11:17:08 -07:00
2022-08-16 09:53:54 -07:00