Documentation ¶
Index ¶
Constants ¶
View Source
const (
IndexBlockLength = 12
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpInfo ¶
type IpInfo struct { IP string `json:"ip,omitempty"` // 输入的ip地址 CityID int64 `json:"city_id,omitempty"` // 城市ID Country string `json:"country,omitempty"` // 国家 Region string `json:"region,omitempty"` // 区域 Province string `json:"province,omitempty"` // 省份 City string `json:"city,omitempty"` // 城市 ISP string `json:"isp,omitempty"` // 运营商 }
Click to show internal directories.
Click to hide internal directories.