happyDomain/internal/usecase/provider
Pierre-Olivier Mercier e9db206e78
All checks were successful
continuous-integration/drone/push Build is passing
Add context.Context to ProviderUsecase and DomainUsecase interfaces
Propagate context.Context as first parameter through all provider and
domain usecase interface methods that didn't already have it. This is
a prerequisite for the upcoming secret management layer, which needs
request-scoped context to carry session-derived encryption keys.
2026-03-30 21:54:54 +07:00
..
doc.go Add missing documentation to some usecases 2026-03-15 17:40:15 +07:00
domain_operations.go Add context.Context to ProviderUsecase and DomainUsecase interfaces 2026-03-30 21:54:54 +07:00
provider.go Add context.Context to ProviderUsecase and DomainUsecase interfaces 2026-03-30 21:54:54 +07:00
provider_test.go Add context.Context to ProviderUsecase and DomainUsecase interfaces 2026-03-30 21:54:54 +07:00
storage.go Add missing documentation to some usecases 2026-03-15 17:40:15 +07:00
validator.go Add missing documentation to some usecases 2026-03-15 17:40:15 +07:00
zone_operations.go Refactor provider usecase: fix ownership bug, use decorator pattern, enforce service layer 2026-03-16 19:44:14 +07:00