mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-18 22:37:52 +00:00
5 lines
76 B
Go
5 lines
76 B
Go
package libcontainer
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|