cadvisor/vendor/github.com/opencontainers/runc/libcontainer/stats_windows.go
Vishnu kannan de4af1288b moving deps to vendor subdirectory
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:19:43 -07:00

6 lines
76 B
Go

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