This website works better with JavaScript.
Explore
Help
Sign In
zeromicro
/
go-zero
Watch
1
Star
0
Fork
You've already forked go-zero
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199e86050e
master
tools/goctl/v1.2.6
tools/goctl/v1.2.4
tools/goctl/v1.2.5
tools/goctl/v1.3.0
tools/goctl/v1.3.0-alpha
tools/goctl/v1.3.0-beta1
tools/goctl/v1.3.1
tools/goctl/v1.3.1-alpha
tools/goctl/v1.3.2
tools/goctl/v1.3.3
tools/goctl/v1.3.4
tools/goctl/v1.3.5
tools/goctl/v1.3.6
tools/goctl/v1.3.7
tools/goctl/v1.3.8
tools/goctl/v1.3.9
tools/goctl/v1.4.0
tools/goctl/v1.4.1
tools/goctl/v1.4.2
tools/goctl/v1.4.3
tools/goctl/v1.4.4
tools/goctl/v1.4.5
tools/goctl/v1.5.0
tools/goctl/v1.5.1
tools/goctl/v1.5.2
tools/goctl/v1.5.3
tools/goctl/v1.5.4
tools/goctl/v1.5.5
tools/goctl/v1.5.6
tools/goctl/v1.6.0
tools/goctl/v1.6.1
tools/goctl/v1.6.2
tools/goctl/v1.6.3
v1.0.0
v1.0.1
v1.0.10
v1.0.11
v1.0.12
v1.0.13
v1.0.14
v1.0.15
v1.0.16
v1.0.17
v1.0.18
v1.0.19
v1.0.2
v1.0.20
v1.0.21
v1.0.22
v1.0.23
v1.0.24
v1.0.25
v1.0.26
v1.0.27
v1.0.28
v1.0.29
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.0.7
v1.0.8
v1.0.9
v1.1.0
v1.1.1
v1.1.10
v1.1.2
v1.1.3
v1.1.3-beta
v1.1.3-pre
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.3.0
v1.3.0-alpha
v1.3.0-beta
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.3.5
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.4.5
v1.5.0
v1.5.1
v1.5.2
v1.5.3
v1.5.4
v1.5.5
v1.5.6
v1.6.0
v1.6.1
v1.6.2
v1.6.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '199e86050e'
${ noResults }
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
4 years ago
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>
3 years ago
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
4 years ago
message
User
{
string
name
=
1
;
}