Go to file
huangsimin@fusen.cn 34d9e79764 update
2023-12-01 18:01:03 +08:00
google/api 最新版本 2023-11-27 17:36:02 +08:00
goutils 修复 改名的问题 2023-11-30 11:05:42 +08:00
service update 2023-12-01 18:01:03 +08:00
.gitignore 最新版本 2023-11-27 17:36:02 +08:00
README.md 修复 改名的问题 2023-11-30 11:05:42 +08:00

公共服务调用的协议

介绍

公共协议, 每个服务需要git submodule 拉 xxx/proto 目录下. 然后使用序列.

git submodule add https://gitee.com/fusenpack/proto

然后执行

go run proto/goutils/proto_build/main.go
或者
在proto/goutils/proto_build/main_test.go执行测试 TestMain

./update_fspkg_master.sh # 执行更新最新的包

软件架构

软件架构说明