mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 02:20:24 +08:00
11 lines
143 B
Go
11 lines
143 B
Go
|
|
package iplibrary
|
||
|
|
|
||
|
|
type Result struct {
|
||
|
|
CityId int64
|
||
|
|
Country string
|
||
|
|
Region string
|
||
|
|
Province string
|
||
|
|
City string
|
||
|
|
ISP string
|
||
|
|
}
|