feat: update README to reflect addition of NATS RPC and enhance domain descriptions#407
Merged
feat: update README to reflect addition of NATS RPC and enhance domain descriptions#407
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation in all three main language variants (
README.md,README_CN.md, andREADME_RU.md) to clarify and expand on the available server types and supported domains in the Go Clean Template project. It also improves the accuracy of the architecture explanations and updates example code to match the current API. The changes ensure consistency across the English, Chinese, and Russian documentation.Key documentation improvements:
Server types and supported domains:
Example code and usage updates:
v1.NewRoutesandv2.NewRoutesfunctions, reflecting the current API and reducing boilerplate in all controller types (REST, gRPC, AMQP RPC, NATS RPC). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Architecture and terminology corrections:
internal/usecase/repoandinternal/usecase/webapitointernal/repo/persistentandinternal/repo/webapi, and updated the explanation of the infrastructure layer accordingly. [1] [2] [3]mockerytogo.uber.org/mockfor auto-generating mocks in all language variants. [1] [2] [3]These changes bring the documentation up to date with the current codebase, improve clarity for new users, and ensure consistency across all supported languages.