Skip to content

Commit 7361300

Browse files
committed
add usage_type
1 parent f7e2407 commit 7361300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

city.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ type CityInfo struct {
3939
ASNInfo []ASNInfo `json:"asn_info"`
4040

4141
AreaCode string `json:"area_code"`
42+
43+
UsageType string `json:"usage_type"`
4244
}
4345

4446
type ASNInfo struct {

0 commit comments

Comments
 (0)