go-zero/tools/goctl/rpc/generator
2024-10-19 15:37:44 +00: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 (goctl)fix parser issues (#3930) 2024-03-02 14:27:39 +00:00
gen.go chore: fix some comments (#4270) 2024-07-25 19:11:56 +08:00
gencall.go fix:multipule flag client go package name (#3104) 2023-04-08 21:36:45 +08:00
genconfig.go io/ioutil deprecated (#3217) 2023-05-06 09:50:54 +00:00
generator.go fix log name conflict 2023-03-03 14:58:18 +00:00
genetc.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
genlogic.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
genmain.go (goctl) fix #4027 (#4032) 2024-04-01 15:22:29 +00:00
genpb_test.go fix import error if generate multiple proto (#3694) 2023-11-04 12:42:25 +00:00
genpb.go fix the source code directory after the soft link (#4425) 2024-10-19 15:37:44 +00:00
genserver.go (goctl) fix #4027 (#4032) 2024-04-01 15:22:29 +00:00
gensvc.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +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 (goctl) fix #4027 (#4032) 2024-04-01 15:22:29 +00:00
mkdir.go (goctl): support nested struct (#4211) 2024-06-25 15:18:15 +00: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 refactor: simplify BatchError (#4292) 2024-08-03 13:57:41 +08:00