A collection of helpers for building a RESTful API server.
- Generate source code from configs
- Genrate Open API definitions
Get the package
go get github.com/ez-connect/go-restInstall the binary
go install github.com/ez-connect/go-rest/cmd/go-rest-genhttps://pkg.go.dev/github.com/ez-connect/go-rest
Create a new service naming hello
go-rest-gen -new helloGenerate source code in /generated
go-rest-gen