From a0928376e7849f2e0ea4d71a8e23d970bac60acc Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Wed, 24 Jan 2024 09:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=8D=8F=E8=AE=AE=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdks/imfs/config.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sdks/imfs/config.go b/sdks/imfs/config.go index eb96df6..9227153 100644 --- a/sdks/imfs/config.go +++ b/sdks/imfs/config.go @@ -4,7 +4,8 @@ type Config struct { URL string `json:"url"` } -type ClientConfig struct { - IP string `json:"ip"` - Port string `json:"port"` +type ProxyConfig struct { + IP string `json:"ip"` + ClientPort string `json:"clientPort"` + NodePort string `json:"nodePort"` }