From e5be7a7ed63d4b4e4267057d84b77c4bd3c16781 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期四, 16 五月 2024 13:09:28 +0800
Subject: [PATCH] 添加订阅修改接口

---
 config/config.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/config.go b/config/config.go
index 9eaad86..84b926e 100644
--- a/config/config.go
+++ b/config/config.go
@@ -13,7 +13,10 @@
 	Mode     string `mapstructure:"mode"`
 	Host     string `mapstructure:"host"`
 	Port     string `mapstructure:"port"`
+	Realm    string `mapstructure:"realm"`
+	Username string `mapstructure:"username"`
 	Password string `mapstructure:"password"`
+	Role     string `mapstructure:"role"` // agent 璁惧绔�, proxy 1400涓浆 涓嶅鐞哾eivce, server 鍏ㄥ姛鑳�
 }
 
 type client struct {

--
Gitblit v1.8.0