mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 19:05:42 +00:00
8 lines
167 B
Go
8 lines
167 B
Go
package libcontainer
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/cgroups"
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
CgroupStats *cgroups.Stats
|
|
}
|