Add AgeBlockedGeo
This commit is contained in:
@@ -606,6 +606,7 @@ type IPCCRequest struct {
|
|||||||
type IPCCResponse struct {
|
type IPCCResponse struct {
|
||||||
CC string `json:"countryCode"`
|
CC string `json:"countryCode"`
|
||||||
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"`
|
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"`
|
||||||
|
AgeBlockedGeo bool `json:"isAgeBlockedGeo,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// IP address data is powered by IPinfo
|
// IP address data is powered by IPinfo
|
||||||
|
|||||||
Reference in New Issue
Block a user