You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/12/26 15:58:44 UTC

[GitHub] [dubbo-go] fangyincheng commented on a change in pull request #940: Add GetInvoker function for referenceConfig

fangyincheng commented on a change in pull request #940:
URL: https://github.com/apache/dubbo-go/pull/940#discussion_r549006114



##########
File path: config/reference_config.go
##########
@@ -248,3 +248,8 @@ func (c *ReferenceConfig) GenericLoad(id string) {
 	c.Refer(genericService)
 	c.Implement(genericService)
 }
+
+// GetInvoker get invoker from ReferenceConfig
+func (c *ReferenceConfig) GetInvoker() protocol.Invoker {

Review comment:
       why do you add `GetInvoker` 




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org