AlexStocks commented on code in PR #2680:
URL: https://github.com/apache/dubbo-go/pull/2680#discussion_r1605735257


##########
client/options.go:
##########
@@ -531,9 +531,9 @@ func (cliOpts *ClientOptions) init(opts ...ClientOption) 
error {
 
 type ClientOption func(*ClientOptions)
 
-func WithClientCheck() ClientOption {
+func WithClientNoCheck() ClientOption {

Review Comment:
   与其改名字,还不如传一个 check bool 参数进来



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