go-zero/tools/goctl/rpc/generator
re-dylan e50689beed
fix #2343 (#2349)
Co-authored-by: dylan.wang <dylan.wang@yijinin.com>
2022-10-02 21:46:33 +08:00
..
base feat: Remove command goctl rpc proto (#1665) 2022-03-19 22:50:22 +08:00
call.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
config.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
etc.tpl fix #2343 (#2349) 2022-10-02 21:46:33 +08:00
gen_test.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
gen.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
gencall.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
genconfig.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
generator.go Add verbose flag (#1696) 2022-03-22 21:00:26 +08:00
genetc.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
genlogic.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
genmain.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
genpb_test.go chore: refactor code (#1700) 2022-03-23 19:09:45 +08:00
genpb.go Remove unused code (#1667) 2022-03-19 23:15:11 +08:00
genserver.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
gensvc.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
logic.tpl feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
main.tpl feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
mkdir.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
prototmpl_test.go refactor: rename from tal-tech to zeromicro for goctl (#1481) 2022-01-25 23:15:07 +08:00
prototmpl.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
rpc.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
server.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
svc.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
template_test.go feat: support baggage propagation in httpc (#2375) 2022-09-10 15:18:52 +08:00
template.go feat: Support for multiple rpc service generation and rpc grouping (#1972) 2022-07-21 12:47:46 +08:00
test.proto optimize unit test (#999) 2021-09-06 14:20:21 +08:00