domain: add Processing entities and ports (Job, JobBatch, Plugin, Pipeline)

This commit is contained in:
2026-05-31 03:35:41 +02:00
parent ee79be0351
commit b67e595280
14 changed files with 454 additions and 18 deletions

View File

@@ -16,3 +16,6 @@ mod tag;
mod share_scope;
mod share_link;
mod sidecar_record;
mod job;
mod job_batch;
mod processing_pipeline;