- Sort Score
- Result 10 results
- Languages All
Results 11 - 11 of 11 for seed_hosts (0.04 sec)
-
cmd/endpoint.go
// is returned as a separate string. func (l EndpointServerPools) GridHosts() (gridHosts []string, gridLocal string) { seenHosts := set.NewStringSet() for _, ep := range l { for _, endpoint := range ep.Endpoints { u := endpoint.GridHost() if seenHosts.Contains(u) { continue } seenHosts.Add(u) // Set local endpoint if endpoint.IsLocal { gridLocal = u }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 34.4K bytes - Viewed (0)