mirror of
https://github.com/containers/podman.git
synced 2025-12-15 11:42:28 +08:00
6 lines
76 B
Go
6 lines
76 B
Go
package libcontainer
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|