Browse Source

ft: 代码修改

master
SisMaker 3 years ago
parent
commit
1624cfbdb3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/eArango.erl

+ 2
- 1
src/eArango.erl View File

@ -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).

Loading…
Cancel
Save