feat 目录修改名称
This commit is contained in:
12
Proto/RpcServer/gen_proto.ps1
Normal file
12
Proto/RpcServer/gen_proto.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
$gen = "gen"
|
||||
if (!(Test-Path $gen)) { mkdir $gen | Out-Null }
|
||||
|
||||
$files = Get-ChildItem sources/*.proto | ForEach-Object { $_.Name }
|
||||
|
||||
protoc `
|
||||
--proto_path=sources `
|
||||
--go_out=$gen `
|
||||
--go-grpc_out=$gen `
|
||||
--grpc-gateway_out=$gen `
|
||||
--openapiv2_out=$gen `
|
||||
$files
|
||||
Reference in New Issue
Block a user