Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotSetupError = errorKit.Newf("haven’t been set up correctly")
Functions ¶
func GetRegion ¶
GetRegion
PS: (1) 需要先加载 ip2region.xdb (2) 此函数可以安全用于并发 (3) IP地址查询 - 在线工具(可以查看本机的外网ip): https://tool.lu/ip/
@return 第1个返回值的格式: 国家|区域|省份|城市|ISP
e.g. ("1.1.1.1") => ("澳大利亚|0|0|0|0", nil) ("1.2.3.4") => ("美国|0|华盛顿|0|谷歌", nil) ("10.0.9.141") => ("0|0|0|内网IP|内网IP", nil) ("218.90.174.146") => ("中国|0|江苏省|无锡市|电信", nil)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.