dadata/geoip_types.go

7 lines
127 B
Go
Raw Normal View History

2019-04-08 14:49:07 +03:00
package dadata
// GeoIPResponse response for GeoIP
type GeoIPResponse struct {
Location *ResponseAddress `json:"location"`
}