Files
traefik/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go
Ludovic Fernandez 2618aef008 Switch to golang/dep.
2018-01-11 17:46:04 +01:00

9 lines
167 B
Go

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