Skip to content

Commit d25fe65

Browse files
committed
service load balancer
1 parent 0ab060d commit d25fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmaster/mastercfg/servicelbState.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type ServiceLBInfo struct {
3737
Providers map[string]*Provider //map of providers for a service keyed by provider ip
3838
}
3939

40-
//ServiceLBInfo is map of all services
40+
//ServiceLBDb is map of all services
4141
var ServiceLBDb = make(map[string]*ServiceLBInfo) //DB for all services keyed by servicename.tenant
4242

4343
// CfgServiceLBState is the service object configuration

0 commit comments

Comments
 (0)