Versions in this module Expand all Collapse all v1 v1.6.1 Jul 9, 2019 Changes in this version + var DefaultAdvertiseAddress string + func BodyWithProgressMonitor(resp *http.Response, progress chan float64, done chan bool) io.Reader + func DetectHasPrivateIP() (bool, string, error) + func GetAvailableIPs() (ips []net.IP, e error) + func GetAvailablePort() int + func GetExternalIP() (net.IP, error) + func GetOutboundIP() (net.IP, error) + func GetTimeFromNtp() (time.Time, error) + func PeerAddressIsLocal(address string) bool + type ProgressMonitor struct + SizeChan chan uint64 + func NewProgressMonitor(expected uint64, progress chan float64, done chan bool) *ProgressMonitor + func (m *ProgressMonitor) Write(p []byte) (int, error) Incompatible versions in this module v3.0.9+incompatible Jul 8, 2022