# Functions
NewMaxmindGeoIPResolver returns a new IPResolver that uses the Maxmind GeoIP databases.
WithASNDatabase loads the ASN database from the given path.
WithCityDatabase loads the city database from the given path.
WithConnectionTypeDatabase loads the Connection-Type database from the given path.
WithCountryDatabase loads the country database from the given path.
WithDomainDatabase loads the Domain database from the given path.
WithEnterpriseDatabase loads the Enterprise database from the given path.
WithISPDatabase loads the ISP database from the given path.
# Type aliases
Option is a functional option for configuring the Maxmind GeoIP resolver.