From 25f6f807eff9022e2aeef7f6260daa1ba4bd3c28 Mon Sep 17 00:00:00 2001 From: boyce Date: Fri, 7 Feb 2020 17:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/config.go b/cluster/config.go index 1b66701..9ab4561 100644 --- a/cluster/config.go +++ b/cluster/config.go @@ -261,6 +261,7 @@ type NodeData struct { LogLevel uint HttpPort uint16 WSPort uint16 + ListenPort uint16 NodeAddr string CAFile []CACfg