Versions in this module Expand all Collapse all v1 v1.0.2 Jun 26, 2024 Changes in this version + type Driver interface + Connect func(ep *Endpoint) error + Create func(nw *config.Network) error + Delete func(nw *config.Network) error + DisConnect func(ep *Endpoint) error + Init func(nw *config.Network) error + Name func() string + type Endpoint struct + Device *netlink.Veth + IPAddr net.IP + Network *config.Network + Ports map[string]string + Uuid string + type IPAM struct + Allocator string + SubnetBitMap *map[string]string