gohorsejobs/backend/internal/core/usecases/auth
Tiago Yamamoto 7310627bee refactor: remove google/uuid from register_candidate.go
- IDs are now auto-generated by DB SERIAL columns
- No need to generate UUID in application code
- Let repository handle ID assignment from DB response
- Removed unused import
2025-12-24 11:31:57 -03:00
..
login.go feat(tests): �� added unit tests and E2E tests for handlers 2025-12-15 09:08:32 -03:00
register_candidate.go refactor: remove google/uuid from register_candidate.go 2025-12-24 11:31:57 -03:00
register_candidate_test.go feat: connect registration and jobs to real API 2025-12-23 08:19:49 -03:00