Added Supervision/Monitoring support
[src/xds/xds-agent.git] / lib / agent / xdsserver.go
index f74e3ba..24e51d7 100644 (file)
@@ -157,7 +157,7 @@ func (xs *XdsServer) SetLoggerOutput(out io.Writer) {
        xs.logOut = out
 }
 
-// GetConfig
+// GetConfig return the current server config
 func (xs *XdsServer) GetConfig() xaapiv1.ServerCfg {
        return xaapiv1.ServerCfg{
                ID:         xs.ID,