From 985d4476989e808a2ab5aa0e4fed92a46f7ec0a6 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期六, 17 十月 2020 15:23:13 +0800
Subject: [PATCH] findCluster use proto
---
entites.go | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/entites.go b/entites.go
index 37f165a..9d5c3ca 100644
--- a/entites.go
+++ b/entites.go
@@ -11,11 +11,9 @@
Id string `json:"id" `
Type string `json:"type"`
Name string `json:"name"`
+ IsAI bool `json:"isAI"`
Treenodes []TreeMenu `json:"children"`
-}
-
-type TreeNode struct {
- Id int
- Name string
- Parentid int
-}
+ CameraType int `json:"cameraType"`//0:鏈湴鎽勫儚鏈猴紝1锛氬浗鏍囨憚鍍忔満
+ IsRunning bool `json:"isRunning"`//鏄惁姝e湪瑙g爜
+ Rtsp string `json:"rtsp"`
+}
\ No newline at end of file
--
Gitblit v1.8.0