8 lines
95 B
Go
8 lines
95 B
Go
|
package libcontainer
|
||
|
|
||
|
// Solaris - TODO
|
||
|
|
||
|
type Stats struct {
|
||
|
Interfaces []*NetworkInterface
|
||
|
}
|