stats_windows.go 76 B

123456
  1. package libcontainer
  2. type Stats struct {
  3. Interfaces []*NetworkInterface
  4. }