Mulavar commented on a change in pull request #1773:
URL: https://github.com/apache/dubbo-go/pull/1773#discussion_r827582921
##########
File path: common/rpc_service.go
##########
@@ -37,15 +37,14 @@ import (
// RPCService the type alias of interface{}
type RPCService = interface{}
-// ReferencedRPCService
-// rpc service interface
+// ReferencedRPCService is the rpc service interface which wraps base
Reference method.
+//
+// Reference method refers rpc service id or reference id.
Review comment:
this line is a method comment, it should better be placed before the
method Reerence()?
--
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]