- Add GetUserByEmail to Repository interface for password reset flow - Add username to UpdateUser query - Fix config_test.go: remove references to deleted DB pool fields - Fix handler_test.go: add GetUserByUsername to MockRepository - Fix usecase_test.go: add GetUserByUsername and update auth tests - Update backend README with auth and admin seeding info - Create seeder-api README with usage and warnings |
||
|---|---|---|
| .. | ||
| cart_handler.go | ||
| company_handler.go | ||
| dashboard_handler.go | ||
| dto.go | ||
| handler.go | ||
| handler_test.go | ||
| marketplace_handler.go | ||
| order_handler.go | ||
| payment_handler.go | ||
| product_handler.go | ||
| shipping_handler.go | ||
| user_handler.go | ||