https://github.com/cardboardrobots/go-openapi
OpenApi generator for Go
https://github.com/cardboardrobots/go-openapi
go openapi swagger
Last synced: 11 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T17:08:15.000Z (over 3 years ago)
- Last Synced: 2025-01-23T07:13:26.808Z (about 1 year 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 |