18 lines
264 B
Go
18 lines
264 B
Go
// Documentation of Web API.
|
|
//
|
|
// Schemes: http
|
|
// BasePath: /
|
|
// Version: 1.0.0
|
|
//
|
|
// Consumes:
|
|
// - application/json
|
|
//
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// SecurityDefinitions:
|
|
// api_key:
|
|
//
|
|
// swagger:meta
|
|
package api
|