liuxiaolong
2021-01-06 230dd791d2ef5c12f3df36bcee64e8cfe87618a8
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"
)