An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/spatialcurrent/go-swagger-structs.svg)](https://travis-ci.org/spatialcurrent/go-swagger-structs) [![Go Report Card](https://goreportcard.com/badge/spatialcurrent/go-swagger-structs)](https://goreportcard.com/report/spatialcurrent/go-swagger-structs) [![GoDoc](https://godoc.org/github.com/spatialcurrent/go-swagger-structs?status.svg)](https://godoc.org/github.com/spatialcurrent/go-swagger-structs) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](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.