Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GEOIP_LOOKUPS = map[string]interface{}{
"ipinfo_country": ipInfoCountry,
"ipinfo_asn": ipInfoAsn,
"ipinfo_city": ipInfoLocation,
"maxmind_country": maxMindCountry,
"maxmind_asn": maxMindAsn,
"maxmind_city": maxMindCity,
}
View Source
var GEOIP_LOOKUP_DEFAULT_ATTRIBUTES = map[string]string{
"ipinfo_country": "country",
"ipinfo_asn": "asn",
"ipinfo_city": "city",
"maxmind_country": "country.iso_code",
"maxmind_asn": "asn",
"maxmind_city": "city.iso_code",
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.