mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 03:45:46 +00:00
4 lines
127 B
Go
4 lines
127 B
Go
package cgroups
|
|
|
|
// Hierarchy enableds both unified and split hierarchy for cgroups
|
|
type Hierarchy func() ([]Subsystem, error)
|