zoreide/vendor/github.com/milosgajdos/tenus/network.go

12 lines
154 B
Go
Raw Normal View History

2022-07-01 09:46:31 -04:00
package tenus
import (
"github.com/docker/libcontainer/netlink"
)
type NetworkOptions struct {
IpAddr string
Gw string
Routes []netlink.Route
}