mirror of
https://github.com/limitcool/starter.git
synced 2025-09-26 20:31:25 +08:00

- Implemented SystemSettingsResponse for application configuration. - Created HealthResponse and DeleteResponse for health checks and deletion confirmations. - Added FileUploadResponse, FileDownloadResponse, and related structures for file management. - Introduced pagination support with PageRequest struct. - Developed user-related DTOs including UserLoginRequest, UserRegisterRequest, and UserLoginResponse. - Established file storage interfaces and implementations for local and MinIO storage. - Created PathManager for managing file paths based on usage. - Migrated file table to support UUID as primary key with rollback functionality.