From 5abbb114d703b40d2a42e9e3eecdadcb6d341dcf Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 29 四月 2024 03:51:11 +0800
Subject: [PATCH] 修复keepalive地址
---
config/config.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/config/config.go b/config/config.go
index 9eaad86..bc53545 100644
--- a/config/config.go
+++ b/config/config.go
@@ -14,6 +14,7 @@
Host string `mapstructure:"host"`
Port string `mapstructure:"port"`
Password string `mapstructure:"password"`
+ Role string `mapstructure:"role"` // agent 璁惧绔�, proxy 1400涓浆 涓嶅鐞哾eivce, server 鍏ㄥ姛鑳�
}
type client struct {
--
Gitblit v1.8.0