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/05/18 06:15:06 UTC

[GitHub] [dubbo-go] zewade opened a new issue #1209: How to map the method name of golang to the style of Java?

zewade opened a new issue #1209:
URL: https://github.com/apache/dubbo-go/issues/1209


   As Java use the lowercase prefixed method name, we can add the MethodMapper to make it compatible with Java style.
   func (u *UserProvider) MethodMapper() map[string]string {
   	return map[string]string{"GetUser2": "getUser"}
   }


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


[GitHub] [dubbo-go] AlexStocks closed issue #1209: How to map the method name of golang to the style of Java?

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #1209:
URL: https://github.com/apache/dubbo-go/issues/1209


   


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


[GitHub] [dubbo-go] zouyx commented on issue #1209: How to map the method name of golang to the style of Java?

Posted by GitBox <gi...@apache.org>.
zouyx commented on issue #1209:
URL: https://github.com/apache/dubbo-go/issues/1209#issuecomment-846575095


   It looks like similar with #257 .


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