cadvisor/vendor/github.com/opencontainers/runc/libcontainer/stats_solaris.go
Vishnu kannan 4c0d60d9de update libcontainer deps
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 12:35:14 -07:00

8 lines
95 B
Go

package libcontainer
// Solaris - TODO
type Stats struct {
Interfaces []*NetworkInterface
}