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.
go-zero/tools/goctl/rpc/generator
anqiansong ca3c687f1c
feat: Support for multiple rpc service generation and rpc grouping (#1972)
* Add group & compatible flag

* Add group & compatible flag

* Support for multiple rpc service generation and rpc grouping

* Support for multiple rpc service generation and rpc grouping

* Format code

* Format code

* Add comments

* Fix unit test

* Refactor function name

* Add example & Update grpc readme

* go mod tidy

* update mod

* update mod
2 years ago
..
base feat: Remove command `goctl rpc proto` (#1665) 3 years ago
call.tpl feat: use go:embed to embed templates (#1756) 3 years ago
config.tpl feat: use go:embed to embed templates (#1756) 3 years ago
etc.tpl feat: use go:embed to embed templates (#1756) 3 years ago
gen.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
gen_test.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
gencall.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
genconfig.go feat: use go:embed to embed templates (#1756) 3 years ago
generator.go Add verbose flag (#1696) 3 years ago
genetc.go feat: use go:embed to embed templates (#1756) 3 years ago
genlogic.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
genmain.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
genpb.go Remove unused code (#1667) 3 years ago
genpb_test.go chore: refactor code (#1700) 3 years ago
genserver.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
gensvc.go feat: use go:embed to embed templates (#1756) 3 years ago
logic.tpl feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
main.tpl feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
mkdir.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
prototmpl.go feat: use go:embed to embed templates (#1756) 3 years ago
prototmpl_test.go refactor: rename from tal-tech to zeromicro for goctl (#1481) 3 years ago
rpc.tpl feat: use go:embed to embed templates (#1756) 3 years ago
server.tpl feat: use go:embed to embed templates (#1756) 3 years ago
svc.tpl feat: use go:embed to embed templates (#1756) 3 years ago
template.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2 years ago
template_test.go fix:tools/goctl/rpc/generator/template_test.go file has wrong parameters (#1882) 3 years ago
test.proto optimize unit test (#999) 3 years ago