This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2025-01-28 04:48:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd8ee0b851
go-zero
/
tools
/
goctl
/
rpc
/
generator
/
base
/
common.proto
9 lines
103 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
reactor rpc (#179) * reactor rpc generation * update flag * update command * update command * update unit test * delete test file * optimize code * update doc * update gen pb * rename target dir * update mysql data type convert rule * add done flag * optimize req/reply parameter * optimize req/reply parameter * remove waste code * remove duplicate parameter * format code * format code * optimize naming * reactor rpcv2 to rpc * remove new line * format code * rename underline to snake * reactor getParentPackage * remove debug log * reactor background
2020-11-05 14:12:47 +08:00
syntax
=
"proto3"
;
package
common
;
feat: Remove command `goctl rpc proto` (#1665) * Fix goctl completion expression * Fix code generation error if the pkg of pb/grpc is same to zrpc call client pkg * Remove deprecated comment on action goctl rpc new * Remove zrpc code generation on action goctl rpc proto * Remove zrpc code generation on action goctl rpc proto * Remove Generator interface Co-authored-by: anqiansong <anqiansong@bytedance.com>
2022-03-19 22:50:22 +08:00
option
go_package
=
"./common"
;
reactor rpc (#179) * reactor rpc generation * update flag * update command * update command * update unit test * delete test file * optimize code * update doc * update gen pb * rename target dir * update mysql data type convert rule * add done flag * optimize req/reply parameter * optimize req/reply parameter * remove waste code * remove duplicate parameter * format code * format code * optimize naming * reactor rpcv2 to rpc * remove new line * format code * rename underline to snake * reactor getParentPackage * remove debug log * reactor background
2020-11-05 14:12:47 +08:00
message
User
{
string
name
=
1
;
}
Reference in New Issue
Copy Permalink