Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PoolEndpointList (0.11 sec)

  1. cmd/endpoint.go

    			}
    			absPaths = append(absPaths, absPath)
    		}
    	}
    	return mountinfo.CheckCrossDevice(absPaths)
    }
    
    // PoolEndpointList is a temporary type to holds the list of endpoints
    type PoolEndpointList []Endpoints
    
    // UpdateIsLocal - resolves all hosts and discovers which are local
    func (p PoolEndpointList) UpdateIsLocal() error {
    	var epsResolved int
    	var epCount int
    
    	for _, endpoints := range p {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jun 21 22:22:24 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top