We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab060d commit d25fe65Copy full SHA for d25fe65
netmaster/mastercfg/servicelbState.go
@@ -37,7 +37,7 @@ type ServiceLBInfo struct {
37
Providers map[string]*Provider //map of providers for a service keyed by provider ip
38
}
39
40
-//ServiceLBInfo is map of all services
+//ServiceLBDb is map of all services
41
var ServiceLBDb = make(map[string]*ServiceLBInfo) //DB for all services keyed by servicename.tenant
42
43
// CfgServiceLBState is the service object configuration
0 commit comments