Sfoglia il codice sorgente

Fix spec for download callback

pull/2413/head
Stavros Aronis 4 anni fa
committed by GitHub
parent
commit
d1550e71dc
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar_resource_v2.erl

+ 1
- 1
src/rebar_resource_v2.erl Vedi File

@ -30,7 +30,7 @@
-callback init(type(), rebar_state:t()) -> {ok, resource()}.
-callback lock(rebar_app_info:t(), resource_state()) -> source().
-callback download(file:filename_all(), rebar_app_info:t(), resource_state(), rebar_state:t()) ->
-callback download(file:filename_all(), rebar_app_info:t(), rebar_state:t(), resource_state()) ->
ok | {error, any()}.
-callback needs_update(rebar_app_info:t(), resource_state()) -> boolean().
-callback make_vsn(rebar_app_info:t(), resource_state()) ->

Caricamento…
Annulla
Salva