mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
@@ -1,5 +1,5 @@
|
||||
// Package docs GENERATED BY SWAG; DO NOT EDIT
|
||||
// This file was generated by swaggo/swag
|
||||
// Code generated by swaggo/swag. DO NOT EDIT.
|
||||
|
||||
package docs
|
||||
|
||||
import "github.com/swaggo/swag"
|
||||
@@ -13873,9 +13873,6 @@ const docTemplate = `{
|
||||
"dto.DashboardCurrent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"MemoryUsedPercent": {
|
||||
"type": "number"
|
||||
},
|
||||
"cpuPercent": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -13933,6 +13930,9 @@ const docTemplate = `{
|
||||
"memoryUsed": {
|
||||
"type": "integer"
|
||||
},
|
||||
"memoryUsedPercent": {
|
||||
"type": "number"
|
||||
},
|
||||
"netBytesRecv": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -13945,6 +13945,18 @@ const docTemplate = `{
|
||||
"shotTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"swapMemoryAvailable": {
|
||||
"type": "integer"
|
||||
},
|
||||
"swapMemoryTotal": {
|
||||
"type": "integer"
|
||||
},
|
||||
"swapMemoryUsed": {
|
||||
"type": "integer"
|
||||
},
|
||||
"swapMemoryUsedPercent": {
|
||||
"type": "number"
|
||||
},
|
||||
"timeSinceUptime": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -16712,12 +16724,21 @@ const docTemplate = `{
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"eabHmacKey": {
|
||||
"type": "string"
|
||||
},
|
||||
"eabKid": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -17610,8 +17631,6 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"operate",
|
||||
"password",
|
||||
"username",
|
||||
"websiteID"
|
||||
],
|
||||
"properties": {
|
||||
@@ -17660,8 +17679,7 @@ const docTemplate = `{
|
||||
"request.NginxConfigUpdate": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"operate",
|
||||
"websiteId"
|
||||
"operate"
|
||||
],
|
||||
"properties": {
|
||||
"operate": {
|
||||
@@ -18094,11 +18112,27 @@ const docTemplate = `{
|
||||
"request.WebsiteAcmeAccountCreate": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"email"
|
||||
"email",
|
||||
"type"
|
||||
],
|
||||
"properties": {
|
||||
"eabHmacKey": {
|
||||
"type": "string"
|
||||
},
|
||||
"eabKid": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"letsencrypt",
|
||||
"zerossl",
|
||||
"buypass",
|
||||
"google"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -18193,9 +18227,6 @@ const docTemplate = `{
|
||||
},
|
||||
"request.WebsiteDefaultUpdate": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
@@ -19188,12 +19219,21 @@ const docTemplate = `{
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"eabHmacKey": {
|
||||
"type": "string"
|
||||
},
|
||||
"eabKid": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user