- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FirstLocal (0.04 sec)
-
cmd/endpoint.go
for _, endpoint := range ep.Endpoints { if endpoint.IsLocal { localDisksCount[i]++ } } } return localDisksCount } // FirstLocal returns true if the first endpoint is local. func (l EndpointServerPools) FirstLocal() bool { return l[0].Endpoints[0].IsLocal } // HTTPS - returns true if secure for URLEndpointType. func (l EndpointServerPools) HTTPS() bool {Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 34.5K bytes - Viewed (0)