From 372e5032b10eddc00b7a87a862a71dea6705609c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 01 十一月 2023 10:58:15 +0800 Subject: [PATCH] update doc --- constvar/const.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index abe1c72..bb73e7e 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -91,3 +91,9 @@ } return "" } + +const ( + SerfClusterStatusNull = "" //鏈姞鍏ラ泦缇� + SerfClusterStatusMaster = "master" //闆嗙兢master + SerfClusterStatusSlave = "slave" //闆嗙兢slave +) -- Gitblit v1.8.0