go-zero/tools/goctl/rpc/CHANGELOG.md
Keson 41964f9d52
gozero template (#147)
* model/rpc generate code from template cache

* delete unused(deprecated) code

* support template init|update|clean|revert

* model: return the execute result for insert and update operation

* // deprecated: containsAny

* add template test

* add default buildVersion

* update build version
2020-10-21 14:59:35 +08:00

295 B

Change log

2020-10-19

  • 增加template

2020-09-10

  • rpc greet服务一键生成
  • 修复相对路径生成rpc服务package引入错误bug
  • 移除--shared参数

2020-08-29

  • 新增支持windows生成

2020-08-27

  • 新增支持rpc模板生成
  • 新增支持rpc服务生成