traefik/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go

9 lines
167 B
Go
Raw Normal View History

2018-01-09 20:46:04 +00:00
package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
}