Skip to content

Commit 9c0bebb

Browse files
committed
😅 Project Structure updated
1 parent 920ab62 commit 9c0bebb

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,17 @@ To enable automatic badge updates and coverage reports, ensure the following Git
181181
│ │ │ │ └── FlightDataSubscriber.java
182182
│ │ │ ├── ping/
183183
│ │ │ │ ├── api/
184-
│ │ │ │ │ ├── PingController.java
185-
│ │ │ │ │ └── cqs/
186-
│ │ │ │ │ └── PingController.java
184+
│ │ │ │ │ └── PingController.java
187185
│ │ │ │ ├── application/
188186
│ │ │ │ │ ├── dto/
189187
│ │ │ │ │ │ ├── FlightDataDTO.java
190188
│ │ │ │ │ │ ├── PingDTO.java
191189
│ │ │ │ │ │ └── PingDTOMapper.java
192-
│ │ │ │ │ ├── usecase/
193-
│ │ │ │ │ │ ├── CreatePingCommand.java
194-
│ │ │ │ │ │ ├── CreatePingCommandHandler.java
195-
│ │ │ │ │ │ ├── GetRecentPingsQuery.java
196-
│ │ │ │ │ │ └── GetRecentPingsQueryHandler.java
197-
│ │ │ │ │ └── PingService.java
190+
│ │ │ │ │ └── usecase/
191+
│ │ │ │ │ ├── CreatePingCommand.java
192+
│ │ │ │ │ ├── CreatePingCommandHandler.java
193+
│ │ │ │ │ ├── GetRecentPingsQuery.java
194+
│ │ │ │ │ └── GetRecentPingsQueryHandler.java
198195
│ │ │ │ ├── domain/
199196
│ │ │ │ │ ├── event/
200197
│ │ │ │ │ │ └── PingCreated.java
@@ -229,9 +226,7 @@ To enable automatic badge updates and coverage reports, ensure the following Git
229226
│ │ └── FlightDataSubscriberTest.java
230227
│ ├── ping/
231228
│ │ ├── api/
232-
│ │ │ ├── PingControllerTest.java
233-
│ │ │ └── cqs/
234-
│ │ │ └── PingControllerTest.java
229+
│ │ │ └── PingControllerTest.java
235230
│ │ ├── application/
236231
│ │ │ ├── dto/
237232
│ │ │ │ ├── FlightDataDTOTest.java

0 commit comments

Comments
 (0)