Remove tracked files for gitignore

This commit is contained in:
perp 2024-06-02 14:45:31 +01:00
parent de4bfc7ed6
commit 6a2a94ebde
3 changed files with 0 additions and 72 deletions

View File

@ -1,43 +0,0 @@
// 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)
}

View File

@ -1,17 +0,0 @@
{
"swagger": "2.0",
"info": {
"description": "GoPay is a cryptocurrency payment processor made in Go",
"title": "GoPay API v1",
"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": "1.0"
},
"paths": {}
}

View File

@ -1,12 +0,0 @@
info:
contact:
name: repository
url: https://git.supernets.org/perp/gopay
description: GoPay is a cryptocurrency payment processor made in Go
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.htm
title: GoPay API v1
version: "1.0"
paths: {}
swagger: "2.0"