mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
8 lines
95 B
Go
8 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|