From 2a945e472c1079b5258fe36913dcf3fad0318082 Mon Sep 17 00:00:00 2001 From: crusader Date: Sat, 14 Apr 2018 16:08:02 +0900 Subject: [PATCH] ing --- probe/config/central.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/probe/config/central.go b/probe/config/central.go index 99514bb..87adb45 100644 --- a/probe/config/central.go +++ b/probe/config/central.go @@ -6,8 +6,7 @@ import ( ) type Central struct { - Host string `required:"true" json:"host"` - Port int `required:"true" json:"port"` + Address string `required:"address" json:"address"` Connector *csswc.Connectors `required:"true" json:"connector"` Proxy *config.Proxy `json:"proxy"` }