1
2
3
4
5
6
7
package util
 
// 需要上锁的逻辑
const (
    // 同步摄像机
    CameraRuleDispatch = "camera.rule.dispatch"
)