liuxiaolong
2020-12-29 bb4e8c2f50b030486eaa361ac5fb143e8a9422b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package bhomedbapi
 
const (
    Topic_System_Service    = "system-service"
    Topic_Camera_Service    = "camera-service"
    Topic_Gb28181_Service   = "gb28181-service"
    Topic_Stack_Service     = "stack-service"
    Topic_AppCenter_Service = "appcenter-service"
    Topic_CompTable_Service = "compTable-service"
    Topic_Scene_Service     = "scene-service"
    Topic_Search_Service    = "search-service"
    Topic_RealTime_Service  = "realtime-service"
    Topic_EventPush_Service = "eventpush-service"
)