Files
starter/docs
limitcool d94148c49c feat: Add DTOs for system settings, health checks, file management, and user authentication
- 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.
2025-06-18 17:27:07 +08:00
..