Ver código fonte

ft: 代码修改

master
SisMaker 3 anos atrás
pai
commit
1624cfbdb3
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      src/eArango.erl

+ 2
- 1
src/eArango.erl Ver arquivo

@ -21,8 +21,9 @@
]).
-export_type([dbRet/0]).
-export_type([dbRet/0, ps/0]).
-type(dbRet() :: {StatusCode :: non_neg_integer(), Body :: map(), Headers :: map()} | {error, term()}).
-type(ps() :: poolNameOrSocket()).
start() ->
application:ensure_all_started(eArango).

Carregando…
Cancelar
Salvar