saveinmed/backend/internal/http
Tiago Yamamoto 23df78d9c3 refactor(handler): extract DTOs and helpers to dto.go
- Move 18 request/response structs to dto.go
- Move utility functions (writeJSON, decodeJSON, parseUUID, etc)
- Reduce handler.go from 1471 to 1254 lines (~15% reduction)
- All tests passing
2025-12-20 07:54:35 -03:00
..
handler refactor(handler): extract DTOs and helpers to dto.go 2025-12-20 07:54:35 -03:00
middleware feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00