mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-06 10:36:11 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|