// 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}}",
"contact": {},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/backup/export": {
"get": {
"description": "导出所有数据",
"consumes": [
"application/json"
],
"produces": [
"application/octet-stream"
],
"tags": [
"product"
],
"summary": "导出所有数据",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/backup/import": {
"post": {
"description": "导入所有数据,文件内容为SQL文本,",
"consumes": [
"multipart/form-data"
],
"produces": [
"application/json"
],
"tags": [
"product"
],
"summary": "导入所有数据",
"parameters": [
{
"type": "file",
"description": "SQL",
"name": "file",
"in": "formData",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-int64"
}
}
}
}
},
"/broker/count": {
"post": {
"description": "查询总线数量",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"broker"
],
"summary": "查询总线数量",
"parameters": [
{
"description": "查询参数",
"name": "search",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/curd.ParamSearch"
}
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-int64"
}
}
}
}
},
"/broker/create": {
"post": {
"description": "创建总线",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"broker"
],
"summary": "创建总线",
"parameters": [
{
"description": "总线信息",
"name": "search",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/model.Broker"
}
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-model_Broker"
}
}
}
}
},
"/broker/export": {
"get": {
"description": "导出总线",
"consumes": [
"application/json"
],
"produces": [
"application/octet-stream"
],
"tags": [
"product"
],
"summary": "导出总线",
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyList-model_Broker"
}
}
}
}
},
"/broker/import": {
"post": {
"description": "导入总线",
"consumes": [
"multipart/form-data"
],
"produces": [
"application/json"
],
"tags": [
"product"
],
"summary": "导入总线",
"parameters": [
{
"type": "file",
"description": "压缩包",
"name": "file",
"in": "formData",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-int64"
}
}
}
}
},
"/broker/list": {
"get": {
"description": "查询总线",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"broker"
],
"summary": "查询总线",
"parameters": [
{
"type": "integer",
"name": "limit",
"in": "query"
},
{
"type": "integer",
"name": "skip",
"in": "query"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyList-model_Broker"
}
}
}
}
},
"/broker/search": {
"post": {
"description": "查询总线",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"broker"
],
"summary": "查询总线",
"parameters": [
{
"description": "查询参数",
"name": "search",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/curd.ParamSearch"
}
}
],
"responses": {
"200"
没有合适的资源?快使用搜索试试~ 我知道了~
开源且免费的物联网中台系统
共359个文件
go:103个
ts:92个
html:62个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 2 下载量 99 浏览量
2023-05-20
09:06:52
上传
评论 1
收藏 1.06MB ZIP 举报
温馨提示
开源且免费的物联网中台系统,内置MQTT、TCP Server/Client、UDP Server/Client、串口等接入服务, 系统集成标准Modbus,水务(SL651、SZY206),电力(DL/T645、IEC101、102、103、104、61850)以及一些主流PLC协议, 系统可以通过插件支持数据采集、公式计算、定时控制、异常报警、自动控制策略、流量监控、远程调试等功能, 适用于大部分物联网或工业互联网应用场景。 系统采用Golang编程实现,支持多种操作系统和CPU架构,可以运行在智能网关上,也可以安装在现场的电脑或工控机上,还能部署到云端服务器。项目摒弃复杂的平台架构思维,远离微服务,从真实需求出发,注重用户体验,做到简捷而不简单,真正解决物联网缺乏灵魂的问题。
资源推荐
资源详情
资源评论
收起资源包目录
开源且免费的物联网中台系统 (359个子文件)
.editorconfig 301B
.gitignore 818B
docs.go 105KB
type.go 7KB
to.go 7KB
bytes.go 6KB
plugin.go 5KB
device.go 5KB
user.go 5KB
config.go 5KB
broker.go 5KB
search.go 4KB
gateway.go 4KB
product.go 3KB
role.go 3KB
param.go 3KB
plugin.go 3KB
main.go 3KB
login.go 3KB
lang.go 3KB
api.go 3KB
link_list.go 3KB
list.go 3KB
core.go 2KB
web.go 2KB
product.go 2KB
time.go 2KB
get.go 2KB
property.go 2KB
backup.go 2KB
broker.go 2KB
gin.go 2KB
system.go 2KB
mqtt.go 1KB
options.go 1KB
options.go 1KB
options.go 1KB
disable.go 1KB
device.go 1KB
product.go 1KB
options.go 1KB
options.go 1KB
update.go 1KB
hex.go 1KB
export.go 1KB
options.go 1KB
expire_cache.go 1KB
import.go 1KB
key.go 1KB
vconn.go 1KB
event.go 1016B
ring_buffer.go 972B
auth.go 947B
create.go 908B
log.go 893B
map.go 854B
master.go 849B
plugin.go 848B
online.go 832B
flag.go 830B
proxy.go 827B
delete.go 792B
app.go 781B
user.go 760B
xorm.go 758B
device.go 741B
file_info.go 715B
app.go 710B
reply.go 707B
app.go 669B
banner.go 662B
jwt.go 659B
values.go 652B
property.go 607B
broker.go 517B
privileges.go 515B
env.go 455B
random_string.go 452B
config.go 418B
count.go 377B
info.go 348B
vconn_test.go 347B
store.go 346B
gateway.go 344B
role.go 344B
build.go 332B
event.go 314B
swagger.go 286B
check.go 282B
app.go 272B
load.go 272B
options_unix.go 270B
privilege.go 262B
event.go 243B
options_unix.go 215B
mime.go 191B
options_windows.go 180B
noop.go 147B
options_windows.go 115B
options.go 107B
共 359 条
- 1
- 2
- 3
- 4
资源评论
- yachangfan2023-12-16简直是宝藏资源,实用价值很高,支持!
- dacha2023-12-11简直是宝藏资源,实用价值很高,支持!
Java程序员-张凯
- 粉丝: 1w+
- 资源: 7364
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功