Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjmao/go-swagger-structs
Generate go structs from swagger definition
https://github.com/anjmao/go-swagger-structs
go swagger
Last synced: 12 days ago
JSON representation
Generate go structs from swagger definition
- Host: GitHub
- URL: https://github.com/anjmao/go-swagger-structs
- Owner: anjmao
- License: mit
- Created: 2019-05-22T11:06:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T11:50:33.000Z (over 5 years ago)
- Last Synced: 2024-06-20T16:47:13.907Z (5 months ago)
- Topics: go, swagger
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-swagger-structs
Generate go models (structs) from swagger definition.## Difference between go-swagger
## Usage
```
GO111MODULE=off go get -u github.com/anjmao/go-swagger-structs
go-swagger-structs -output ./models -source https://my.api/swagger/docs/v1
```