gost_software/vendor/github.com/milosgajdos83/tenus/network.go
2019-12-27 09:47:23 +08:00

12 lines
154 B
Go

package tenus
import (
"github.com/docker/libcontainer/netlink"
)
type NetworkOptions struct {
IpAddr string
Gw string
Routes []netlink.Route
}