// ValidateSecureEndpoints scans the given endpoints against tls info, returning only those // endpoints that could be validated as secure. func ValidateSecureEndpoints(tlsInfo TLSInfo, eps []string) ([]string, error) { … }
// ValidateSecureEndpoints scans the given endpoints against tls info, returning only those // endpoints that could be validated as secure. func ValidateSecureEndpoints(tlsInfo TLSInfo, eps []string) ([]string, error) { … }