Versions in this module Expand all Collapse all v1 v1.6.9 May 31, 2018 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