Expand description
sync_operations repository surface.
Mirrors Python’s cognee/modules/sync/methods/
1:1: create / mark started / mark completed / mark failed / update progress
/ list running / lookup by run_id.
Re-exports§
pub use repository::SyncOperationRepository;pub use repository::SyncOperationRow;pub use repository::SyncOperationStatus;pub use sea_orm_impl::SeaOrmSyncOperationRepository;
Modules§
- repository
SyncOperationRepositorytrait + DTO row.- sea_
orm_ impl - SeaORM-backed
SyncOperationRepositoryimplementation.