mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 10:47:54 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|