mirror of
https://github.com/traefik/traefik.git
synced 2025-10-01 18:51:15 +02:00
8 lines
95 B
Go
8 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|