From 11a04ff41abe8e84925249c7118e7b47150fb0ff Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 05 三月 2021 11:22:15 +0800 Subject: [PATCH] 判断数据类型 --- constants.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/constants.go b/constants.go index ddc36bd..fd449ed 100644 --- a/constants.go +++ b/constants.go @@ -1,4 +1,4 @@ -package dbapi +package bhomedbapi const ( Topic_System_Service = "system-service" @@ -11,4 +11,5 @@ Topic_Search_Service = "search-service" Topic_RealTime_Service = "realtime-service" Topic_EventPush_Service = "eventpush-service" + Topic_Chanmanage_Service = "chanmanage-service" ) -- Gitblit v1.8.0