Documentation ¶
Index ¶
Constants ¶
View Source
const (
IndexBlockLength = 12
)
Variables ¶
This section is empty.
Functions ¶
func OnlineDownload ¶ added in v1.0.52
func OnlineDownload()
Types ¶
type QueryResult ¶ added in v1.0.52
type QueryResult struct { Ip string `json:"ip,omitempty"` // ip CityId int64 `json:"city_id,omitempty"` // 城市代码 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"` // 运营商 }
func (QueryResult) String ¶ added in v1.0.52
func (ip QueryResult) String() string
Click to show internal directories.
Click to hide internal directories.