mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
5 lines
127 B
Go
5 lines
127 B
Go
package cgroups
|
|
|
|
// Hierarchy enableds both unified and split hierarchy for cgroups
|
|
type Hierarchy func() ([]Subsystem, error)
|