Module locus_maxmind_download

Behaviours: gen_server.

Data Types

event()

event() = {finished, {error, no_license_key_defined}} | locus_http_download:event()

msg()

msg() = {event, event()} | locus_http_download:msg()

opt()

opt() = {license_key, binary() | string()} | {date, calendar:date()} | locus_http_download:opt()

success()

success() = locus_http_download:success()


Generated by EDoc