Added api to list and reconnect a XDS-Server.
[src/xds/xds-agent.git] / lib / xdsconfig / configfile.go
index 27456e7..009517f 100644 (file)
@@ -38,6 +38,7 @@ type XDSServerConf struct {
 
        // private/not exported fields
        ID            string `json:"-"`
+       URLIndex      string `json:"-"`
        APIBaseURL    string `json:"-"`
        APIPartialURL string `json:"-"`
 }