From 790c60c55054b3e75043eaed11eaef8584d2001d Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 16 五月 2024 09:57:59 +0800 Subject: [PATCH] 添加级联,订阅功能 --- config/config.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config/config.go b/config/config.go index bc53545..84b926e 100644 --- a/config/config.go +++ b/config/config.go @@ -13,6 +13,8 @@ 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 鍏ㄥ姛鑳� } -- Gitblit v1.8.0