mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
11 lines
264 B
Go
11 lines
264 B
Go
package libcontainer
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/cgroups"
|
|
import "github.com/opencontainers/runc/libcontainer/intelrdt"
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
CgroupStats *cgroups.Stats
|
|
IntelRdtStats *intelrdt.Stats
|
|
}
|