add model&rpc doc (#62)

This commit is contained in:
Keson
2020-09-11 16:47:21 +08:00
committed by GitHub
parent ce5961a7d0
commit d12e9fa2d7
3 changed files with 497 additions and 3 deletions

View File

@@ -22,9 +22,6 @@ goctl model 为go-zero下的工具模块中的组件之一目前支持识别m
```shell script
$ goctl model mysql datasource -url="user:password@tcp(127.0.0.1:3306)/database" -table="table1,table2" -dir="./model"
```
> 详情用法请参考[example](https://github.com/tal-tech/go-zero/tree/master/tools/goctl/model/sql/example)
* 生成代码示例