From 01dfd9dc8de7b19f9dfa4284722e01bbd5837801 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 19 一月 2024 09:10:30 +0800 Subject: [PATCH] replace json to json-iterator --- constants.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/constants.go b/constants.go index a6ff5ca..b788fce 100644 --- a/constants.go +++ b/constants.go @@ -11,4 +11,6 @@ Topic_Search_Service = "search-service" Topic_RealTime_Service = "realtime-service" Topic_EventPush_Service = "eventpush-service" + Topic_Chanmanage_Service = "chanmanage-service" + Topic_VersionControl = "version-control" ) -- Gitblit v1.8.0