mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 01:20:31 +00:00
code gen
This commit is contained in:
parent
4ccd3d7ace
commit
c9babdfe68
5 changed files with 0 additions and 12 deletions
|
@ -38,7 +38,6 @@ var (
|
||||||
// @version 1.0
|
// @version 1.0
|
||||||
// @description Track, Manage, and Organize your Things.
|
// @description Track, Manage, and Organize your Things.
|
||||||
// @contact.name Don't
|
// @contact.name Don't
|
||||||
// @license.name MIT
|
|
||||||
// @BasePath /api
|
// @BasePath /api
|
||||||
// @securityDefinitions.apikey Bearer
|
// @securityDefinitions.apikey Bearer
|
||||||
// @in header
|
// @in header
|
||||||
|
|
|
@ -13,9 +13,6 @@ const docTemplate = `{
|
||||||
"contact": {
|
"contact": {
|
||||||
"name": "Don't"
|
"name": "Don't"
|
||||||
},
|
},
|
||||||
"license": {
|
|
||||||
"name": "MIT"
|
|
||||||
},
|
|
||||||
"version": "{{.Version}}"
|
"version": "{{.Version}}"
|
||||||
},
|
},
|
||||||
"host": "{{.Host}}",
|
"host": "{{.Host}}",
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
"contact": {
|
"contact": {
|
||||||
"name": "Don't"
|
"name": "Don't"
|
||||||
},
|
},
|
||||||
"license": {
|
|
||||||
"name": "MIT"
|
|
||||||
},
|
|
||||||
"version": "1.0"
|
"version": "1.0"
|
||||||
},
|
},
|
||||||
"basePath": "/api",
|
"basePath": "/api",
|
||||||
|
|
|
@ -702,8 +702,6 @@ info:
|
||||||
contact:
|
contact:
|
||||||
name: Don't
|
name: Don't
|
||||||
description: Track, Manage, and Organize your Things.
|
description: Track, Manage, and Organize your Things.
|
||||||
license:
|
|
||||||
name: MIT
|
|
||||||
title: Homebox API
|
title: Homebox API
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
"contact": {
|
"contact": {
|
||||||
"name": "Don't"
|
"name": "Don't"
|
||||||
},
|
},
|
||||||
"license": {
|
|
||||||
"name": "MIT"
|
|
||||||
},
|
|
||||||
"version": "1.0"
|
"version": "1.0"
|
||||||
},
|
},
|
||||||
"basePath": "/api",
|
"basePath": "/api",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue