Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExpectedEndpoints (0.46 sec)

  1. cmd/endpoint_test.go

    	}
    	case2URLs, case2LocalFlags := getExpectedEndpoints(args, "http://"+nonLoopBackIP+":10000/")
    
    	case3Endpoint1 := "http://" + nonLoopBackIP + "/d1"
    	args = []string{
    		"http://" + nonLoopBackIP + ":80/d1",
    		"http://example.org:9000/d2",
    		"http://example.com:80/d3",
    		"http://example.net:80/d4",
    	}
    	case3URLs, case3LocalFlags := getExpectedEndpoints(args, "http://"+nonLoopBackIP+":80/")
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Jan 13 07:53:03 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top