From 342a7be1c4c9d216d6d985bb9873ce419a7b57a1 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 22 八月 2019 19:53:16 +0800
Subject: [PATCH] add updateClusterName and leave
---
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