mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-07 16:31:38 +08:00
6 lines
76 B
Go
6 lines
76 B
Go
package libcontainer
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|