View Source locus_maxmind_download (locus v2.3.4)
Link to this section Summary
Link to this section Types
Specs
event() :: locus_http_download:event() | {checksum, locus_http_download:event()}.
Specs
msg() :: {event, event()} | {finished, {error, no_license_key_defined}} | {finished, {error, {checksum_download, term()}}} | {finished, {error, {bad_checksum, #{expected := binary(), actual := binary()}}}} | {finished, {error, {bad_checksum_format, binary()}}} | locus_http_download:msg().
Specs
opt() :: {license_key, binary() | string()} | {date, calendar:date()} | locus_http_download:opt().
Specs
state() :: #state{}.
Specs
success() :: locus_http_download:success().