trepa/internal/accounts/domain
2025-04-17 20:24:05 +00:00
..
account.go Add account registration feature: introduce AccountRegister type, implement Register method in AccountService, and add corresponding tests. Also, create variable management API with CRUD operations and database migration for variables table. 2025-04-17 20:24:05 +00:00
errors.go starting accounts 2025-03-11 21:42:36 +00:00
repository.go Add account management features: implement GetAccount endpoint, update Login method to return token, enhance repository and service layers, and add JWT middleware for authentication. Update .gitignore to include tmp directory. 2025-03-24 20:43:00 +00:00
service.go Add account registration feature: introduce AccountRegister type, implement Register method in AccountService, and add corresponding tests. Also, create variable management API with CRUD operations and database migration for variables table. 2025-04-17 20:24:05 +00:00