// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
const docTemplatemaster = `{
"schemes": {{ marshal .Schemes }},
"swagger": "2.0",
"info": {
"description": "{{escape .Description}}",
"title": "{{.Title}}",
"contact": {},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/alarm/count": {
"post": {
"description": "查询报警",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"alarm"
],
"summary": "查询报警",
"parameters": [
{
"description": "查询参数",
"name": "search",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/curd.ParamSearch"
}
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-int64"
}
}
}
}
},
"/alarm/list": {
"get": {
"description": "查询报警",
"produces": [
"application/json"
],
"tags": [
"alarm"
],
"summary": "查询报警",
"parameters": [
{
"type": "integer",
"name": "limit",
"in": "query"
},
{
"type": "integer",
"name": "skip",
"in": "query"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyList-alarm_Alarm"
}
}
}
}
},
"/alarm/search": {
"post": {
"description": "查询报警",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"alarm"
],
"summary": "查询报警",
"parameters": [
{
"description": "查询参数",
"name": "search",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/curd.ParamSearch"
}
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyList-alarm_Alarm"
}
}
}
}
},
"/alarm/{id}/delete": {
"get": {
"description": "删除报警",
"produces": [
"application/json"
],
"tags": [
"alarm"
],
"summary": "删除报警",
"parameters": [
{
"type": "integer",
"description": "报警ID",
"name": "id",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-alarm_Alarm"
}
}
}
}
},
"/alarm/{id}/read": {
"get": {
"description": "阅读报警",
"produces": [
"application/json"
],
"tags": [
"alarm"
],
"summary": "阅读报警",
"parameters": [
{
"type": "integer",
"description": "报警ID",
"name": "id",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-alarm_Alarm"
}
}
}
}
},
"/backup/export": {
"get": {
"description": "导出所有数据",
"consumes": [
"application/json"
],
"produces": [
"application/octet-stream"
],
"tags": [
"backup"
],
"summary": "导出所有数据",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
},
"/backup/import": {
"post": {
"description": "导入所有数据,文件内容为SQL文本,",
"consumes": [
"multipart/form-data"
],
"produces": [
"application/json"
],
"tags": [
"backup"
],
"summary": "导入所有数据",
"parameters": [
{
"type": "file",
"description": "SQL",
"name": "file",
"in": "formData",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/curd.ReplyData-int64"
}
}
}
}
},
"/device/count": {
"post": {
"description": "查询设备数量",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"device"
],
"summary": "查询设备数量",
"parameters": [
{
"description": "查询参数",
"name": "search",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/curd.ParamSearch"
}
}
],
没有合适的资源?快使用搜索试试~ 我知道了~
物联大师是开源免费的物联网智能网关系统,集成了标准Modbus和主流PLC等多种协议
共199个文件
go:182个
png:4个
sh:3个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 107 浏览量
2024-04-04
11:43:31
上传
评论
收藏 280KB ZIP 举报
温馨提示
物联大师是开源免费的物联网智能网关系统,集成了标准Modbus和主流PLC等多种协议,支持数据采集、公式计算、定时控制、自动控制、异常报警、流量监控、Web组态、远程调试等功能,适用于大部分物联网和工业互联网应用场景。
资源推荐
资源详情
资源评论
收起资源包目录
物联大师是开源免费的物联网智能网关系统,集成了标准Modbus和主流PLC等多种协议 (199个子文件)
.editorconfig 301B
.gitignore 841B
master_docs.go 122KB
api.go 8KB
type.go 7KB
serial-api.go 6KB
bytes.go 6KB
attach.go 6KB
to.go 6KB
client-api.go 6KB
server-api.go 6KB
api-user.go 5KB
mapper.go 5KB
api.go 5KB
user.go 5KB
api-version.go 5KB
adapter.go 4KB
link-api.go 4KB
api.go 4KB
parallel-tcp.go 4KB
engine.go 4KB
api-gateway.go 4KB
param.go 3KB
mqtt.go 3KB
base.go 3KB
modbus.go 3KB
modbus-rtu.go 3KB
api-device.go 3KB
search-with.go 3KB
server.go 3KB
api.go 3KB
login.go 3KB
api.go 3KB
lang.go 3KB
modbus-tcp.go 3KB
options.go 3KB
link_list.go 3KB
list.go 3KB
device.go 3KB
list-with.go 2KB
api.go 2KB
api.go 2KB
update.go 2KB
product.go 2KB
log.go 2KB
plugins.go 2KB
search-join.go 2KB
search.go 2KB
time.go 2KB
notify.go 2KB
core.go 2KB
get.go 2KB
gin_bridge.go 2KB
key.go 2KB
backup.go 2KB
broker.go 2KB
mqtt-property.go 2KB
validator.go 2KB
plugin.go 2KB
api.go 2KB
service.go 1KB
manifest.go 1KB
disable.go 1KB
main.go 1KB
import.go 1KB
serial.go 1KB
main.go 1KB
setting.go 1KB
messager.go 1KB
aggregator.go 1KB
static.go 1KB
emitter.go 1KB
space.go 1KB
hex.go 1KB
export.go 1KB
mqtt-event.go 1KB
config.go 1KB
expire_cache.go 1KB
mqtt-online.go 1KB
vconn.go 1KB
https.go 1KB
projects.go 1KB
client.go 1022B
oem.go 1008B
auth.go 983B
xorm.go 979B
project.go 974B
ring_buffer.go 972B
keeper.go 953B
form.go 935B
create.go 908B
history.go 891B
product.go 887B
alarm.go 885B
time.go 855B
map.go 854B
offline.go 853B
spaces.go 852B
user.go 828B
proxy.go 827B
共 199 条
- 1
- 2
资源评论
Java程序员-张凯
- 粉丝: 1w+
- 资源: 7364
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于SpringCloud微服务的外卖订餐系统.zip
- matlab实现基于混沌理论的3D模型加密系统源码(下载即用)
- (源码)基于Arduino的Eunoorlock智能门锁系统.zip
- (源码)基于Python和MQTT的远程监控数据分布系统.zip
- (源码)基于物联网技术的智能农业管理系统SmartFarm.zip
- sadk-3.2.8.0
- (源码)基于WeMosD1mini的MQTT与OLED显示系统.zip
- (源码)基于SpringBoot框架的分布式应用系统.zip
- (源码)基于SpringBoot和SpringCloud的系统管理中心.zip
- (源码)基于Arduino和NBIoT的远程停电检测与警报系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功