Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnlineDownload ¶
func OnlineDownload()
Types ¶
type Client ¶
type QueryResult ¶
type QueryResult struct { Ip string `json:"ip,omitempty"` // ip Country string `json:"country,omitempty"` // 国家 Province string `json:"province,omitempty"` // 省份 City string `json:"city,omitempty"` // 城市 Area string `json:"area,omitempty"` // 区域 Isp string `json:"isp,omitempty"` // 运营商 }
QueryResult 返回
Click to show internal directories.
Click to hide internal directories.