Procházet zdrojové kódy

ft: 代码优化调整

master
SisMaker před 2 roky
rodič
revize
900dd15af3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/agApi/agGraphs.erl

+ 2
- 2
src/agApi/agGraphs.erl Zobrazit soubor

@ -31,7 +31,7 @@
% isDisjoint Disjoint SmartGraph
% smartGraphAttributeSmartGraph
% isSatellite SatelliteGraph
graphList(PoolNameOrSocket) ->
graphs(PoolNameOrSocket) ->
agVstCli:callAgency(PoolNameOrSocket, ?AgGet, <<"/_api/gharial">>).
%
@ -239,7 +239,7 @@ delVertexColl(PoolNameOrSocket, GraphName, CollName, QueryPars) ->
% code
% errorNumArangoDB错误号
% errorMessage
edgeDefList(PoolNameOrSocket, GraphName) ->
edgeDefs(PoolNameOrSocket, GraphName) ->
Path = <<"/_api/gharial/", GraphName/binary, "/edge">>,
agVstCli:callAgency(PoolNameOrSocket, ?AgGet, Path).

Načítá se…
Zrušit
Uložit