Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Oct 31, 2024
1 parent 2d3e253 commit 405b725
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ dyn project toolkit for gin

## Usage

`dyn`是一个`gin`工程工具生成器, 集成了 [proto-gen-go-errno](cmd/proto-gen-go-errno)[proto-gen-go-gin](cmd/proto-gen-go-gin)
`dyn`是一个`gin`,`protobuf`工程以及代码工具生成器.

- `proto-gen-go-errno``proto` 枚举统一生成错误
- `proto-gen-go-gin``proto` 的生成`gin`的代码.
- `proto-gen-dyn-gin``proto` 的生成`gin`的代码.
***注意***: 当使用`proto-gen-go-gin`要禁用`gin`自带的`binding`,使用`gin.DisableBindValidation()` 接口
- `proto-gen-go-resty``proto` 的生成`resty`的代码.
- `proto-gen-dyn-resty``proto` 的生成`resty`的代码.
- `proto-gen-dyn-enum``proto` 的生成`enum`的代码.
- `errno-gen` 从枚举生成统一错误
- `dyngen` 简化工程模板生成

### Installation

Expand Down

0 comments on commit 405b725

Please sign in to comment.