mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-27 23:37:36 +02:00
12a313eea4
- Introduced a Configuration struct to manage application settings. - Created a State struct to encapsulate application state and dependencies. - Replaced log package with logrus for improved logging capabilities. - Implemented graceful shutdown handling for the HTTP server. - Added context management for background tasks. - Updated database initialization to ensure tables are created. - Refactored user management functions to use the new State struct. - Enhanced error handling and logging throughout the application. - Updated README to reflect changes in user addition process.
8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
.git
|
|
.github
|
|
.docker-compose*
|
|
Dockerfile
|
|
*.md
|
|
.env*
|
|
data/
|