From 80708aa2578f3598fc8abd4d08e576947da22872 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 9 Mar 2018 17:28:43 +0100 Subject: Added api to list and reconnect a XDS-Server. Added following routes: /servers => list all known XDS-Server /servers/:id => get info of a XDS-Server /servers/:id/reconnect => force reconnection of a XDS-Server Signed-off-by: Sebastien Douheret --- lib/xdsconfig/configfile.go | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/xdsconfig') diff --git a/lib/xdsconfig/configfile.go b/lib/xdsconfig/configfile.go index 27456e7..009517f 100644 --- a/lib/xdsconfig/configfile.go +++ b/lib/xdsconfig/configfile.go @@ -38,6 +38,7 @@ type XDSServerConf struct { // private/not exported fields ID string `json:"-"` + URLIndex string `json:"-"` APIBaseURL string `json:"-"` APIPartialURL string `json:"-"` } -- cgit 1.2.3-korg