初始化提交
This commit is contained in:
14
Proto/ServerInternal/gen_proto.bat
Normal file
14
Proto/ServerInternal/gen_proto.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
if not exist "./gen" (
|
||||
mkdir "./gen"
|
||||
)
|
||||
|
||||
protoc ^
|
||||
--proto_path=./sources ^
|
||||
--go_out=./gen ^
|
||||
--go-grpc_out=./gen ^
|
||||
--grpc-gateway_out=./gen ^
|
||||
--openapiv2_out=./gen ^
|
||||
./sources/*.proto
|
||||
@REM xcopy "./gen/common" "../../../Server/common" /E /I /Y /Q
|
||||
Reference in New Issue
Block a user