dadata/geoip_types.go
Alexander Zhuravlev 8ea8fbb39f Forked and cleaned.
2019-04-08 14:49:07 +03:00

7 lines
127 B
Go

package dadata
// GeoIPResponse response for GeoIP
type GeoIPResponse struct {
Location *ResponseAddress `json:"location"`
}