Documentation ¶
Index ¶
- func ConvertMap2String(meta map[string]string) string
- func ConvertMeta2Map(meta string) map[string]string
- func ExternalIPV4() (string, error)
- func ExternalIPV6() (string, error)
- func Extract(hostPort string, lis net.Listener) (string, error)
- func GetFreePort() (port int, err error)
- func ParseRpcxAddress(addr string) (network string, ip string, port int, err error)
- func Port(lis net.Listener) (int, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMap2String ¶
func ConvertMeta2Map ¶
func ExternalIPV4 ¶
ExternalIPV4 gets external IPv4 address of this server.
func ExternalIPV6 ¶
ExternalIPV6 gets external IPv6 address of this server.
func ParseRpcxAddress ¶
ParseRpcxAddress parses rpcx address such as tcp@127.0.0.1:8972 quic@192.168.1.1:9981
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.