You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The documentation can be founded at the path `/docs/swagger.yaml` or accessing t
98
98
-`cmd`: Application entry point directory for the application's main entry points, dependency injection, or commands. The web subdirectory contains the main entry point to the REST API.
99
99
-`internal`: Directory to contain application code that should not be exposed to external packages.
100
100
-`core`: Directory that contains the application's core business logic.
101
-
- `order`: Directory contains definition of the entity's heights, interfaces, repository and service of the entity Order.
101
+
- `thumb`: Directory contains definition of the entity's heights, interfaces, repository and service of the entity Thumb.
102
102
-`adapters`: Directory to contain external services that will interact with the application core.
103
103
-`db`: Directory contains the implementation of the repositories.
104
104
-`rest`: Directory that contains the definition of the application's controllers and handlers for manipulating data provided by the controller
0 commit comments