https://github.com/spatialcurrent/go-swagger-structs
Go structs that can be used to dynamically create a swagger document
https://github.com/spatialcurrent/go-swagger-structs
Last synced: 6 days ago
JSON representation
Go structs that can be used to dynamically create a swagger document
- Host: GitHub
- URL: https://github.com/spatialcurrent/go-swagger-structs
- Owner: spatialcurrent
- License: mit
- Created: 2018-10-11T01:37:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T23:11:26.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T11:06:40.593Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/spatialcurrent/go-swagger-structs) [](https://goreportcard.com/report/spatialcurrent/go-swagger-structs) [](https://godoc.org/github.com/spatialcurrent/go-swagger-structs) [](https://github.com/spatialcurrent/go-swagger-structs/blob/master/LICENSE)
# go-swagger-structs
# Description
**go-swagger-structs** contains Go structs for dynamically creating swagger documents and unmarshalling existing swagger documents.
# Usage
**Go**
You can import **go-swagger-structs** as a library with:
```go
import (
"github.com/spatialcurrent/go-swagger-structs/swagger"
)
...
```
# Contributing
[Spatial Current, Inc.](https://spatialcurrent.io) is currently accepting pull requests for this repository. We'd love to have your contributions! Please see [Contributing.md](https://github.com/spatialcurrent/go-swagger-structs/blob/master/CONTRIBUTING.md) for how to get started.
# License
This work is distributed under the **MIT License**. See **LICENSE** file.