nanjiek commented on code in PR #3232:
URL: https://github.com/apache/dubbo-go/pull/3232#discussion_r2936325605


##########
client/options.go:
##########
@@ -447,14 +422,15 @@ func WithMeshProviderPort(port int) ReferenceOption {
        }
 }
 
-func WithMethod(opts ...config.MethodOption) ReferenceOption {
-       regOpts := config.NewMethodOptions(opts...)
-
+func WithMethod(method *global.MethodConfig) ReferenceOption {

Review Comment:
   已在PR中声明breaking change,并同步处理 server/options.go 中对应的 WithMethod。



-- 
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