Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for alllex (0.27 sec)

  1. cmd/endpoint.go

    					if local == "" {
    						local = peer
    					}
    				}
    			}
    
    			allSet.Add(peer)
    		}
    	}
    
    	return allSet.ToSlice(), local
    }
    
    // Endpoints - list of same type of endpoint.
    type Endpoints []Endpoint
    
    // HTTPS - returns true if secure for URLEndpointType.
    func (endpoints Endpoints) HTTPS() bool {
    	return endpoints[0].HTTPS()
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 34.1K bytes
    - Viewed (0)
  2. CREDITS

    github.com/asaskevich/govalidator
    https://github.com/asaskevich/govalidator
    ----------------------------------------------------------------
    The MIT License (MIT)
    
    Copyright (c) 2014-2020 Alex Saskevich
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
Back to top