fix domain ports: add EventConsumer, use ID newtypes

This commit is contained in:
2026-07-12 01:27:38 +02:00
parent 0166e829c1
commit 6d12ac4c5e
4 changed files with 12 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ pub mod user;
pub use activity::{ActivityLogCommand, ActivityLogQuery};
pub use auth::AuthService;
pub use channel::{ChannelCommand, ChannelQuery};
pub use events::{DomainEvent, EventHandler, EventPublisher};
pub use events::{DomainEvent, EventConsumer, EventHandler, EventPublisher};
pub use library::{LibraryCommand, LibraryQuery, LibrarySyncAdapter};
pub use media::{
Collection, IMediaProvider, IProviderRegistry, ProviderCapabilities, SeriesSummary,