hxmhlt commented on a change in pull request #471:
URL: https://github.com/apache/dubbo-go/pull/471#discussion_r411119576
##########
File path: common/rpc_service.go
##########
@@ -133,6 +133,11 @@ func (s *Service) Method() map[string]*MethodType {
return s.methods
}
+// Name will return service name
+func (s *Service) Name() string {
+ return s.name
+}
+
// RcvrType ...
Review comment:
> pls add comment for this file. thx.
Notified Mr fang add it ,but not this pr.
----------------------------------------------------------------
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:
[email protected]