节点如果没有设置DNS线路就使用默认线路

This commit is contained in:
GoEdgeLab
2021-08-25 17:16:43 +08:00
parent 5e9d2fe714
commit 0345be307c
7 changed files with 701 additions and 578 deletions

View File

@@ -11,4 +11,10 @@ pkg/
configutils/ - 配置公共函数等
errors/ - 错误处理
rpc/ - RPC通讯
~~~
protos/ RPC数据和接口定义
sevice_*.proto RPC接口定义
models/
model_*.proto RPC数据定义
~~~
开发时需要将 `rpc/protos/``rpc/protos/models/` 两个目录放入到Proto Buffer检查工具可以找到的位置。