source:
backend/src/main/java/mk/finki/roomreservation/model/HealthStatus.java
| Last change on this file was 09e02d7, checked in by , 4 days ago | |
|---|---|
|
|
| File size: 167 bytes | |
| Rev | Line | |
|---|---|---|
| [09e02d7] | 1 | package mk.finki.roomreservation.model; |
| 2 | ||
| 3 | public record HealthStatus( | |
| 4 | String status, | |
| 5 | String database, | |
| 6 | String schema, | |
| 7 | long roomCount | |
| 8 | ) {} |
Note:
See TracBrowser
for help on using the repository browser.
