Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cardboardrobots/go-openapi
OpenApi generator for Go
https://github.com/cardboardrobots/go-openapi
go openapi swagger
Last synced: 13 days ago
JSON representation
OpenApi generator for Go
- Host: GitHub
- URL: https://github.com/cardboardrobots/go-openapi
- Owner: CardboardRobots
- License: mit
- Created: 2022-05-26T08:23:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T17:08:15.000Z (over 2 years ago)
- Last Synced: 2024-11-29T21:57:04.468Z (2 months ago)
- Topics: go, openapi, swagger
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# Go OpenApi Generator
| Param | Name | Default | Notes |
| ----- | --------------- | --------------- | --------------------------------------- |
| `-i` | Input location | `"openapi.yml"` | Sets the location of the input schema |
| `-o` | Output location | `"gen.go"` | Sets the location of the output file |
| `-p` | Package name | `"definition"` | Sets the package for the generated file |