go-zero/tools/goctl/rpc/generator
2022-07-09 23:40:32 +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 feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
gen_test.go Fix unit test (#1730) 2022-04-01 14:46:12 +08:00
gen.go feat: Remove command goctl rpc proto (#1665) 2022-03-19 22:50:22 +08:00
gencall.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +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: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
genmain.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +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: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
gensvc.go feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
logic.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
main.tpl feat: use go:embed to embed templates (#1756) 2022-04-04 13:12:05 +08:00
mkdir.go fix goctl rpc protoc strings.EqualFold Service.Name GoPackage (#2046) 2022-07-09 23:40:32 +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 fix:tools/goctl/rpc/generator/template_test.go file has wrong parameters (#1882) 2022-05-11 23:24:34 +08:00
template.go feat: Replace cli to cobra (#1855) 2022-05-07 15:40:11 +08:00
test.proto optimize unit test (#999) 2021-09-06 14:20:21 +08:00