19 lines
290 B
Go
19 lines
290 B
Go
// Package swagger api document
|
|
//
|
|
// Terms Of Services:
|
|
//
|
|
// there are no TOS
|
|
//
|
|
// Schemes: http, https
|
|
// Host localhost
|
|
// BasePath: /
|
|
// Version: 0.0.0
|
|
//
|
|
// Consumes:
|
|
// - application/json
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// swagger:meta
|
|
package swagger
|