mirror of
https://github.com/rancher/os.git
synced 2025-07-04 18:46:15 +00:00
9 lines
154 B
Go
9 lines
154 B
Go
package libcontainer
|
|
|
|
import "github.com/docker/libcontainer/cgroups"
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
CgroupStats *cgroups.Stats
|
|
}
|