Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for JoinHostPort (0.06 sec)

  1. cmd/test-utils_test.go

    		for _, endpoint := range endpoints.Endpoints {
    			if endpoint.IsLocal && endpoint.Type() == URLEndpointType {
    				return endpoint.Host
    			}
    		}
    	}
    
    	return net.JoinHostPort(globalMinioHost, globalMinioPort)
    }
    
    // fetches a random number between range min-max.
    func getRandomRange(minN, maxN int, seed int64) int {
    	// special value -1 means no explicit seeding.
    	if seed == -1 {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 77K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg net, func InterfaceAddrs() ([]Addr, error)
    pkg net, func InterfaceByIndex(int) (*Interface, error)
    pkg net, func InterfaceByName(string) (*Interface, error)
    pkg net, func Interfaces() ([]Interface, error)
    pkg net, func JoinHostPort(string, string) string
    pkg net, func Listen(string, string) (Listener, error)
    pkg net, func ListenIP(string, *IPAddr) (*IPConn, error)
    pkg net, func ListenMulticastUDP(string, *Interface, *UDPAddr) (*UDPConn, error)
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top