Behaviours: gen_server.
event() = {finished, {error, no_license_key_defined}} | locus_http_download:event()
msg() = {event, event()} | locus_http_download:msg()
opt() = {license_key, binary() | string()} | {date, calendar:date()} | locus_http_download:opt()
success() = locus_http_download:success()
Generated by EDoc