Files
kurious/internal
Aleksandr Trushkin ca63e04e7d refactor: move mocks and NotImplemented stubs out of domain package
- Move domain/mocks/ → adapters/mocks/ (update imports + mockery directives)
- Extract NotImplementedOrganizationRepository + NotImplementedLearningCategory
  from domain/repository.go into adapters/not_implemented.go
- Remove cerrors import from domain/repository.go (domain now has no
  dependency on internal/common/errors)
- nullable stays in domain: used by entity structs and interface Params

Addresses review comments #2 (domain deps) and #3 (mocks in domain) on PR #5.
2026-06-28 12:57:17 +00:00
..