mirror of
https://github.com/traefik/traefik.git
synced 2025-10-01 18:51:15 +02:00
9 lines
167 B
Go
9 lines
167 B
Go
package libcontainer
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/cgroups"
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
CgroupStats *cgroups.Stats
|
|
}
|