mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:42:26 +08:00
添加了节点服务器,各个服务器之间支持多对多
This commit is contained in:
6
Makefile
6
Makefile
@@ -23,6 +23,10 @@ gen:
|
||||
--go_out=paths=source_relative:gs/api \
|
||||
--natsrpc_out=paths=source_relative:gs/api \
|
||||
gs/api/*.proto
|
||||
protoc \
|
||||
--proto_path=node/api \
|
||||
--go_out=paths=source_relative:node/api \
|
||||
--natsrpc_out=paths=source_relative:node/api \
|
||||
node/api/*.proto
|
||||
#cd protocol/proto && make gen
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user