domain: add Sharing entities and ports (ShareScope, ShareTarget, ShareLink, InviteCode, VisibilityFilter)

This commit is contained in:
2026-05-31 03:33:00 +02:00
parent 1d3060fa12
commit ba53e0fa70
12 changed files with 302 additions and 0 deletions

View File

@@ -13,3 +13,5 @@ mod derivative_asset;
mod duplicate;
mod album;
mod tag;
mod share_scope;
mod share_link;