gopay/docs/v1_docs.go

44 lines
1.1 KiB
Go
Raw Normal View History

2024-06-02 13:08:00 +00:00
// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
const docTemplatev1 = `{
"schemes": {{ marshal .Schemes }},
"swagger": "2.0",
"info": {
"description": "{{escape .Description}}",
"title": "{{.Title}}",
"contact": {
"name": "repository",
"url": "https://git.supernets.org/perp/gopay"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.htm"
},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {}
}`
// SwaggerInfov1 holds exported Swagger Info so clients can modify it
var SwaggerInfov1 = &swag.Spec{
Version: "1.0",
Host: "",
BasePath: "",
Schemes: []string{},
Title: "GoPay API v1",
Description: "GoPay is a cryptocurrency payment processor made in Go",
InfoInstanceName: "v1",
SwaggerTemplate: docTemplatev1,
LeftDelim: "{{",
RightDelim: "}}",
}
func init() {
swag.Register(SwaggerInfov1.InstanceName(), SwaggerInfov1)
}