Commit 6db5588
committed
feat: Add
- Introduce `findClanByUuid(clanUuid: UUID)` in `ClanService` and `SurfClanApi` to enable clan lookup by UUID.
- Update `ClanServiceImpl` and `SurfClanApiImpl` to implement the new method.findClanByUuid method to APIs and service implementations1 parent 5543af2 commit 6db5588
File tree
4 files changed
+6
-0
lines changed- surf-clan-api/src/main/kotlin/dev/slne/clan/api
- surf-clan-core/src/main/kotlin/dev/slne/clan/core/service
- surf-clan-fallback/src/main/kotlin/dev/slne/surf/clan/fallback/service
- surf-clan-velocity/src/main/kotlin/dev/slne/clan/velocity/api
4 files changed
+6
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments