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