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

8 lines
95 B
Go
Raw Normal View History

2018-01-09 20:46:04 +00:00
package libcontainer
// Solaris - TODO
type Stats struct {
Interfaces []*NetworkInterface
}