// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
const docTemplate = `{
"schemes": {{ marshal .Schemes }},
"swagger": "2.0",
"info": {
"description": "{{escape .Description}}",
"title": "{{.Title}}",
"termsOfService": "http://swagger.io/terms/",
"contact": {},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/apps/:key": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "通过 key 获取应用信息",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Search app by key",
"parameters": [
{
"type": "string",
"description": "app key",
"name": "key",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.AppDTO"
}
}
}
}
},
"/apps/checkupdate": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "获取应用更新版本",
"tags": [
"App"
],
"summary": "Get app list update",
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/apps/detail/:appId/:version/:type": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "通过 appid 获取应用详情",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Search app detail by appid",
"parameters": [
{
"type": "integer",
"description": "app id",
"name": "appId",
"in": "path",
"required": true
},
{
"type": "string",
"description": "app 版本",
"name": "version",
"in": "path",
"required": true
},
{
"type": "string",
"description": "app 类型",
"name": "version",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.AppDetailDTO"
}
}
}
}
},
"/apps/details/:id": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "通过 id 获取应用详情",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Get app detail by id",
"parameters": [
{
"type": "integer",
"description": "id",
"name": "appId",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.AppDetailDTO"
}
}
}
}
},
"/apps/ignored": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "获取忽略的应用版本",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Get Ignore App",
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.IgnoredApp"
}
}
}
}
},
"/apps/install": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "安装应用",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Install app",
"parameters": [
{
"description": "request",
"name": "request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.AppInstallCreate"
}
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/model.AppInstall"
}
}
},
"x-panel-log": {
"BeforeFunctions": [],
"bodyKeys": [
"name"
],
"formatEN": "Install app [name]",
"formatZH": "安装应用 [name]",
"paramKeys": []
}
}
},
"/apps/installed/check": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "检查应用安装情况",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Check app installed",
"parameters": [
{
"description": "request",
"name": "request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.AppInstalledInfo"
}
}
],
"response
没有合适的资源?快使用搜索试试~ 我知道了~
1Panel-Linux资源
共1034个文件
go:398个
vue:357个
ts:112个
需积分: 1 0 下载量 6 浏览量
2024-09-05
15:06:29
上传
评论
收藏 21.66MB ZIP 举报
温馨提示
Linux
资源推荐
资源详情
资源评论
收起资源包目录
1Panel-Linux资源 (1034个子文件)
ecshop.conf 3KB
sablog.conf 1KB
discuzx2.conf 910B
discuzx3.conf 909B
discuzx.conf 879B
dedecms.conf 744B
ssl.conf 733B
maccms.conf 725B
website_default.conf 664B
empirecms.conf 593B
seacms.conf 562B
cache.conf 485B
proxy.conf 467B
discuz.conf 456B
phpcms.conf 431B
shopwind.conf 402B
gzip.conf 391B
zblog.conf 197B
wp2.conf 186B
proxy_no_cache.conf 186B
phpwind.conf 157B
proxy_cache.conf 156B
thinkphp.conf 149B
edusoho.conf 128B
shopex.conf 120B
typecho2.conf 112B
emlog.conf 111B
crmeb.conf 108B
wordpress.conf 107B
dbshop.conf 103B
mvc.conf 100B
niushop.conf 98B
dabr.conf 83B
typecho.conf 81B
drupal.conf 78B
yii2.conf 69B
laravel5.conf 65B
default.conf 0B
iconfont.css 5KB
style.css 59B
qqwry.dat 10.88MB
.env.development 239B
.editorconfig 534B
.env 317B
.eslintignore 129B
.gitattributes 135B
.gitignore 713B
.gitignore 329B
docs.go 709KB
website.go 75KB
app_utils.go 45KB
container.go 40KB
website_utils.go 33KB
website.go 29KB
device_clean.go 27KB
app.go 27KB
app_install.go 25KB
file.go 25KB
container.go 22KB
init.go 21KB
backup.go 20KB
database_mysql.go 19KB
website_ssl.go 18KB
snapshot.go 18KB
firewall.go 18KB
runtime.go 17KB
ssh.go 17KB
host_tool.go 17KB
clam.go 16KB
file_op.go 15KB
v_1_9.go 15KB
backup.go 14KB
image.go 14KB
file.go 13KB
cronjob_helper.go 13KB
website_ca.go 13KB
remote.go 13KB
database_postgresql.go 13KB
setting.go 13KB
cronjob_backup.go 13KB
runtime_utils.go 12KB
onedrive.go 12KB
database.go 12KB
local.go 11KB
database_mysql.go 11KB
setting.go 11KB
app_install.go 11KB
upgrade.go 11KB
device.go 11KB
snapshot_create.go 10KB
backup_app.go 10KB
cronjob.go 10KB
docker.go 10KB
fileinfo.go 10KB
dashboard.go 9KB
snapshot_recover.go 9KB
backup_website.go 9KB
clam.go 9KB
database.go 9KB
process_data.go 9KB
共 1034 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11
资源评论
沐知全栈开发
- 粉丝: 5700
- 资源: 5225
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【Unity遮挡剔除插件】Perfect Culling Occlusion Culling System 显著优化渲染性能
- 永磁同步电机 FOC算法电流环+速度环框架,本例中给id,iq反馈电流加了一小段延时,模拟电流采样的延时
- 【Unity语音插件】Dissonance Voice Chat 强大而灵活的实时语音通信解决方案
- 新手改善Java程序的151个建议 优化程序 良好习惯
- api-ms-win-core-path-l1-1-0.dll
- 响应式圣诞树:使用CSS的`max-width`和`min-width`属性
- 考研复试的面试中英文自我介绍及问答
- 1.FreeRTOS之任务
- cri-containerd
- Python-扫雷游戏 实战案例
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功