package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

NewOptionFactory creates a new option factory function for the MaxMind web service in the backend package to be used for automatic scope based configuration initialization.
WithCountryFinder uses for each incoming a request a lookup request to the Maxmind Webservice http://dev.maxmind.com/geoip/geoip2/web-services/ and caches the result in Transcacher.
WithCountryFinderHTTPClient uses for each incoming a request a lookup request to the Maxmind Webservice http://dev.maxmind.com/geoip/geoip2/web-services/ and caches the result in Transcacher.

# Constants

MaxMindWebserviceBaseURL defines the used base url.
OptionName identifies this package within the register of the backendgeoip.Configuration type.

# Structs

WebserviceError used in the Maxmind Webservice functional option.

# Interfaces

TransCacher transcodes Go objects.