-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to go 1.22 * Remove services * Update dockerfile and docker compose file * Remove data layer Create domain layer Move data model to domain layer and create repository contracts in domain layer * Move redis and repository implementation to infra * Change constant directory location * Change validation directory location * Change middleware directory location * Add new items to log category and error constants * Add some mapper functions to data transfer objects * Update validation reference in base response * Change mapper input from * Create dependency manager to create repositories based its contracts * Write usecases * Change handlers directory location * Change routers directory location * Update main file references * Update docs
- Loading branch information
Showing
123 changed files
with
5,301 additions
and
3,832 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.19-buster as builder | ||
FROM golang:1.19-buster AS builder | ||
|
||
WORKDIR /app | ||
|
||
|
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.