An open API service indexing awesome lists of open source software.

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 分组插件

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
```