Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTimeoutMicros (0.13 sec)

  1. pkg/test/echo/proto/echo.pb.go

    	if x != nil {
    		return x.Count
    	}
    	return 0
    }
    
    func (x *ForwardEchoRequest) GetQps() int32 {
    	if x != nil {
    		return x.Qps
    	}
    	return 0
    }
    
    func (x *ForwardEchoRequest) GetTimeoutMicros() int64 {
    	if x != nil {
    		return x.TimeoutMicros
    	}
    	return 0
    }
    
    func (x *ForwardEchoRequest) GetUrl() string {
    	if x != nil {
    		return x.Url
    	}
    	return ""
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top