Versions in this module Expand all Collapse all v3 v3.3.5 May 9, 2020 Changes in this version + func Map(m Interface, c chan struct{}, protocol string, extport, intport int, ...) + type Interface interface + AddMapping func(protocol string, extport, intport int, name string, lifetime time.Duration) error + DeleteMapping func(protocol string, extport, intport int) error + ExternalIP func() (net.IP, error) + String func() string + func Any() Interface + func ExtIP(ip net.IP) Interface + func PMP(gateway net.IP) Interface + func Parse(spec string) (Interface, error) + func UPnP() Interface Other modules containing this package github.com/beyonderyue/gochain