https://github.com/jzero-io/goctl-types
goctl 生成的 types go 文件按照 group name 分组插件
https://github.com/jzero-io/goctl-types
Last synced: 6 months ago
JSON representation
goctl 生成的 types go 文件按照 group name 分组插件
- Host: GitHub
- URL: https://github.com/jzero-io/goctl-types
- Owner: jzero-io
- License: mit
- Created: 2024-05-25T04:23:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T09:19:43.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T08:45:22.324Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goctl-types
goctl types group plugin
## install
```shell
go install github.com/jzero-io/goctl-types@latest
```
## Usage
```shell
goctl api plugin -plugin goctl-types="gen" -api main.api
```
## More Usage
```shell
goctl api plugin -plugin goctl-types="gen --filename-template={{.group}}.go" -api main.api --style go_zero
```