Behaviours: gen_server.
event() = locus_http_download:event() | {checksum, locus_http_download:event()}
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() = {license_key, binary() | string()} | {date, calendar:date()} | locus_http_download:opt()
success() = locus_http_download:success()
Generated by EDoc