We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e2407 commit 7361300Copy full SHA for 7361300
city.go
@@ -39,6 +39,8 @@ type CityInfo struct {
39
ASNInfo []ASNInfo `json:"asn_info"`
40
41
AreaCode string `json:"area_code"`
42
+
43
+ UsageType string `json:"usage_type"`
44
}
45
46
type ASNInfo struct {
0 commit comments