-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #261 from seungkyua/20240304_refactoring_dto
Refactoring domain object
- Loading branch information
Showing
25 changed files
with
1,634 additions
and
1,591 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
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 |
---|---|---|
|
@@ -84,23 +84,23 @@ func init() { | |
swagger.SwaggerInfo.Host = address | ||
} | ||
|
||
// @title tks-api service | ||
// @version 1.0 | ||
// @description This is backend api service for tks platform | ||
// @title tks-api service | ||
// @version 1.0 | ||
// @description This is backend api service for tks platform | ||
|
||
// @contact.name [email protected] | ||
// @contact.url | ||
// @contact.email [email protected] | ||
// @contact.name [email protected] | ||
// @contact.url | ||
// @contact.email [email protected] | ||
|
||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
// @securitydefinitions.apikey JWT | ||
// @in header | ||
// @name Authorization | ||
// @securitydefinitions.apikey JWT | ||
// @in header | ||
// @name Authorization | ||
|
||
// @host tks-api-dev.taco-cat.xyz | ||
// @BasePath / | ||
// @host tks-api-dev.taco-cat.xyz | ||
// @BasePath / | ||
func main() { | ||
log.Info("*** Arguments *** ") | ||
for i, s := range viper.AllSettings() { | ||
|
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
Oops, something went wrong.