Commit Graph

3 Commits

Author SHA1 Message Date
59e5676c26 fix: Correct working directory and file paths in Dockerfile for build process
Some checks failed
CI - Build and Push / Build and Push Docker Image (push) Failing after 10s
2025-10-12 11:12:24 +08:00
b6c464cb12 feat: Implement Steam login initialization logic
Some checks failed
CI - Build and Push / Build and Push Docker Image (push) Failing after 32s
- Added SteamLoginInitLogic to handle the initiation of Steam login.
- Created service context for managing configuration and Redis connection.
- Defined types for Steam login requests and callbacks.
- Implemented utility functions for building OpenID query strings and validating responses from Steam.
- Updated go.mod and go.sum to include necessary dependencies.
- Modified GenApi.ps1 script to generate code in the correct directory.
2025-10-12 10:54:11 +08:00
38ca0cf0e9 Add CI/CD workflows and Kubernetes configurations for deployment
Some checks failed
CI - Build and Push / Build and Push Docker Image (push) Failing after 11s
2025-10-07 10:45:44 +08:00