2019-09-30 10:53:51 -04:00

6 lines
76 B
Go

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