traefik/vendor/github.com/opencontainers/runc/libcontainer/stats_freebsd.go
2018-01-09 21:46:04 +01:00

5 lines
76 B
Go

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