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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]