Aetherance commented on code in PR #3086:
URL: https://github.com/apache/dubbo-go/pull/3086#discussion_r2704734439


##########
protocol/triple/triple_protocol/client.go:
##########
@@ -36,7 +36,7 @@ type TimeoutKey struct{}
 // use the [WithTriple] options.
 type Client struct {
        config         *clientConfig
-       callUnary      func(context.Context, *Request, *Response) error
+       callUnary      func(context.Context, *Request, *Response, string) error

Review Comment:
   @AlexStocks 不适合放到 Request 里。
   现在已经把 string method 放到 Request 后面。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to