Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- package md
-
- type IpInfo struct {
- City string `json:"city"`
- Country string `json:"country"`
- District string `json:"district"`
- Info string `json:"info"`
- Infocode string `json:"infocode"`
- IP string `json:"ip"`
- Isp string `json:"isp"`
- Location string `json:"location"`
- Province string `json:"province"`
- Status string `json:"status"`
- }
|