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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/constants.go b/constants.go index fd449ed..b788fce 100644 --- a/constants.go +++ b/constants.go @@ -12,4 +12,5 @@ Topic_RealTime_Service = "realtime-service" Topic_EventPush_Service = "eventpush-service" Topic_Chanmanage_Service = "chanmanage-service" + Topic_VersionControl = "version-control" ) -- Gitblit v1.8.0