Commit Graph

7 Commits

Author SHA256 Message Date
ae04d2bf5b - add: gRPC health check for gRPC services 2025-03-10 03:56:47 -04:00
18afa71d74 - add: logout grpc function
- add: logout packet handler
- add: connection state and service for storing connection data
- add: session service calls to auth-service
- fix: compile error on database service due to moved redis cache
2024-12-20 14:46:00 -05:00
e5c961d1b4 - add: utils library
- add: packet-service to handle game client packets
- fix: health check for database-service
- fix: health check for auth-service
2024-12-09 23:10:26 -05:00
e494860e9a - remove: unused dependency consul as we use reqwest for interactions 2024-11-26 10:30:39 -05:00
ab7728837c - add: service discovery protocol using consul 2024-11-26 01:59:01 -05:00
3fc6c6252c - update: database client to implement a database trait so we can mock it out
- update unit tests
- add: database client mock
2024-11-25 22:20:15 -05:00
3ff22c9a5b - add: initial database and auth services 2024-11-25 20:45:16 -05:00