Versions in this module Expand all Collapse all v1 v1.0.4 Jul 20, 2023 v1.0.2 Jul 20, 2023 Changes in this version + func GenerateAddrId(addr net.Addr) string + func GenerateIpAddrId(addr *net.IPAddr) string + func GenerateIpNetId(ipNet *net.IPNet) string + func GeneratePairTcpAddrId(localAddr, remoteAddr *net.TCPAddr) string + func GeneratePairUdpAddrId(localAddr, remoteAddr *net.UDPAddr) string + func GenerateTcpAddrId(addr *net.TCPAddr) string + func GenerateTcpConnId(conn *net.TCPConn) string + func GenerateUdpAddrId(addr *net.UDPAddr) string + func GenerateUdpConnId(conn *net.UDPConn) string + func GenerateUnixAddrId(addr *net.UnixAddr) string + func Uint64Id(context *uint64) uint64