Expand description
§Pipeline Entity
Core domain entity representing a configurable file processing workflow with ordered stages (compression, encryption, validation). Automatically adds input/output checksum stages for integrity verification. Follows DDD principles with unique identity, business rule enforcement, and repository support. See mdBook for usage examples and architecture details.
Structs§
- Pipeline
- Core pipeline entity representing a configurable processing workflow.
- Pipeline
Data - Data Transfer Object for reconstituting a Pipeline from database storage.
Functions§
- pipeline_
id_ to_ uuid - Helper function to convert PipelineId to Uuid