---
panlei
2019-08-01 e3f9b39c5c0f96315d409e09d92ce704b9c6385b
ruleserver/timeTicker.go
@@ -28,7 +28,7 @@
   Sort        int32     // 摄像机在规则组中序号
   Result      string    // 摄像机过滤数据得出的结果
   RuleWithPre string    // 摄像机之间的连接符
   CacheData   *ResultMsg // 缓存当前帧数据
   CacheData   ResultMsg // 缓存当前帧数据
}
func TimeTicker() {