c258a2d8f0
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
7 lines
95 B
Go
7 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|