增加修改服务所在分组API/proto文件增加若干注释

This commit is contained in:
GoEdgeLab
2022-06-25 19:22:19 +08:00
parent be1a53e567
commit cd19ec5333
34 changed files with 4339 additions and 4166 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env bash
echo "starting ..."
#rm -f ../pkg/rpc/pb/*.pb.go
protoc --go_out=plugins=grpc:../pkg/rpc --proto_path=../pkg/rpc/protos ../pkg/rpc/protos/*.proto
RESULT=$?
if [ "${RESULT}" != "0" ]; then

File diff suppressed because it is too large Load Diff