Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newForwardRequest (0.19 sec)

  1. pkg/test/framework/components/echo/common/call.go

    func callInternal(srcName string, from echo.Caller, opts echo.CallOptions, send sendFunc) (echo.CallResult, error) {
    	// Create the proto request.
    	req := newForwardRequest(opts)
    	sendAndValidate := func() (echo.CallResult, error) {
    		responses, err := send(req)
    
    		// Verify the number of responses matches the expected.
    		if err == nil && len(responses) != opts.Count {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top