Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func FindAvailablePort(start int) (int, error) + func IsAvailable(addr string) (bool, error) + type Address struct + Address string + Protocol string + type Mapping struct + Container Address + Host Address + func ParsePortSpec(port string) (Mapping, error)