chickenlj commented on issue #2565: URL: https://github.com/apache/dubbo-go/issues/2565#issuecomment-1880301209
There're some terms that I cannot understand well, `internal service`, `underlying service`, `internal package`, `server layer`. Could you please explain the part in dubbo-go they stand for, maybe giving an example for each of them? > One possible solution is to create an "internal" package as the top-level module, where the service methods are defined. Then, the internal services can still be registered through the server layer, and the methods can be further registered in the internal package. This way, other modules do not need to directly depend on the internal services. For this solution, could you please give a simple example of maybe how it solves the specific issue in https://github.com/apache/dubbo-go/issues/2539? -- 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]
