Alanxtl commented on code in PR #3642: URL: https://github.com/apache/dubbo-go/pull/3642#discussion_r3757522476
########## client/options.go: ########## @@ -152,26 +152,30 @@ type ReferenceOption func(*ReferenceOptions) // ---------- For user ---------- +// WithCheck sets ReferenceOptions.Reference.Check to true for this service reference. Review Comment: 大部分的godoc描述的都太抽象了 拿这个举例sets ReferenceOptions.Reference.Check to true其实说明不了什么 用户需要知道这个开关打开了会有什么检查 会有什么影响 -- 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]
