1
0
mirror of https://github.com/rancher/os.git synced 2025-09-28 22:15:10 +00:00
Files
2015-12-04 20:19:31 +05:00

9 lines
167 B
Go

package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
}