protogen-saber
protogen-saber toolkit for proto generate go code.
Usage
protogen-saber
是一个go
工程工具生成器
proto-gen-saber-enum
从 proto
的生成枚举映射的代码, 可自定义模板.
proto-gen-saber-asynq
从 proto
的生成asynq
代码
proto-gen-saber-model
从 proto
的生成gorm
模型.
proto-gen-saber-rapier
从 proto
的生成gorm-rapier
CRUD.
proto-gen-saber-seaql
从 proto
的生成SQL
.
Installation
Use go get.
go get github.com/things-go/protogen-saber
Then import the package into your own code.
import "github.com/things-go/protogen-saber"
Example
References
License
This project is under MIT License. See the LICENSE file for the full license text.