This commit is contained in:
yuhanyang
2023-08-17 21:16:28 +08:00
parent 6889a7879d
commit 6b110a509c

View File

@@ -8,7 +8,7 @@ import (
)
// MultipleServersDiscovery is a multiple servers service discovery.
// It always returns the current servers and uses can change servers dynamically.
// It always returns the current servers and users can change servers dynamically.
type MultipleServersDiscovery struct {
pairsMu sync.RWMutex
pairs []*KVPair