-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ExternalBoardHashtag): external 패키지 아래에 위치했던 boardHashtag 관련…
… usecase와 service board 패키지 아래로 이동
- Loading branch information
1 parent
0a53dd5
commit 991b9a1
Showing
12 changed files
with
37 additions
and
51 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.../ExternalRegisterBoardHashtagUseCase.java → .../port/in/RegisterBoardHashtagUseCase.java
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,7 +1,7 @@ | ||
package page.clab.api.external.community.board.application.port; | ||
package page.clab.api.domain.community.board.application.port.in; | ||
|
||
import page.clab.api.domain.community.board.application.dto.request.BoardHashtagRequestDto; | ||
|
||
public interface ExternalRegisterBoardHashtagUseCase { | ||
public interface RegisterBoardHashtagUseCase { | ||
Long registerBoardHashtag(BoardHashtagRequestDto requestDto); | ||
} |
6 changes: 2 additions & 4 deletions
6
.../ExternalRetrieveBoardHashtagUseCase.java → .../port/in/RetrieveBoardHashtagUseCase.java
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
6 changes: 3 additions & 3 deletions
6
.../ExternalBoardHashtagRegisterService.java → .../service/BoardHashtagRegisterService.java
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
7 changes: 3 additions & 4 deletions
7
.../ExternalBoardHashtagRetrieveService.java → .../service/BoardHashtagRetrieveService.java
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
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.