Module locus_maxmind_download

Behaviours: gen_server.

Data Types

event()

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

msg()

msg() = {event, event()} | {finished, {error, no_license_key_defined}} | {finished, {error, {checksum_download, term()}}} | {finished, {error, {bad_checksum, #{expected := binary(), actual := binary()}}}} | 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