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 2021/08/02 07:45:11 UTC

[GitHub] [dubbo-go] alchemy-lee commented on a change in pull request #1339: Use class name as the default reference name

alchemy-lee commented on a change in pull request #1339:
URL: https://github.com/apache/dubbo-go/pull/1339#discussion_r680730033



##########
File path: common/proxy/proxy.go
##########
@@ -110,7 +110,7 @@ func (p *Proxy) GetInvoker() protocol.Invoker {
 }
 
 // DefaultProxyImplementFunc the default function for proxy impl
-func DefaultProxyImplementFunc(p *Proxy, v common.RPCService) {
+func DefaultProxyImplementFunc(p *Proxy, v interface{}) {

Review comment:
       I have modified it.




-- 
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: notifications-unsubscribe@dubbo.apache.org

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