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