Commit Graph

5 Commits

Author SHA1 Message Date
ecf835068a feat: add total player count and total playtime logic
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 1m27s
- Implemented TotalPlayerCountLogic to retrieve the total number of unique players within a specified time range.
- Implemented TotalPlayTimeLogic to calculate the total playtime of players within a specified time range.
- Created ServiceContext to manage database connections and initialize necessary tables.
- Added types for total player count and total playtime requests and responses.
- Set up the main server file to start the application with the necessary configurations.
- Updated go.mod and go.sum for new dependencies.
2025-10-12 11:20:34 +08:00
5bad97badc update 2025-10-04 15:31:26 +08:00
8c5c36fbdf update 2025-10-04 15:29:32 +08:00
84b301e35a update 2025-10-04 15:23:30 +08:00
27715efe7c update 2025-10-04 15:22:47 +08:00