From c566ed4c83c083f9615db6ddcd535b12f937c5fb Mon Sep 17 00:00:00 2001 From: yfh Date: Mon, 24 Feb 2025 23:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0RPCReplyCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- et_rpc/rpc.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/et_rpc/rpc.go b/et_rpc/rpc.go index d6ac040..60843a4 100644 --- a/et_rpc/rpc.go +++ b/et_rpc/rpc.go @@ -9,6 +9,11 @@ const ( NodeState_Unhealthy ) +const ( + RPCReply_Success RPCReplyCode = iota + RPCReply_Failure +) + type NodeArgs struct { ID string Addr string