clair/vendor/github.com/opencontainers/runc/libcontainer/stats_windows.go
2016-09-28 15:24:38 +02:00

6 lines
76 B
Go

package libcontainer
type Stats struct {
Interfaces []*NetworkInterface
}