mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-06 21:28:16 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|