19 lines
294 B
Go
19 lines
294 B
Go
// Documentation of Web API.
|
|
//
|
|
// Schemes: https, http
|
|
// BasePath: /
|
|
// Version: 1.0.0
|
|
//
|
|
// Consumes:
|
|
// - application/json
|
|
//
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// SecurityDefinitions:
|
|
// basicAuth:
|
|
// type: basic
|
|
//
|
|
// swagger:meta
|
|
package api
|