- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GetProxyEndpoints (0.06 sec)
-
cmd/endpoint.go
for i, pep := range proxyEps { if pep.IsLocal { return i } } return -1 } // GetProxyEndpoints - get all endpoints that can be used to proxy list request. func GetProxyEndpoints(endpointServerPools EndpointServerPools, transport http.RoundTripper) []ProxyEndpoint { var proxyEps []ProxyEndpoint proxyEpSet := set.NewStringSet()Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 34.5K bytes - Viewed (0)