brokkr-broker::dal::work_orders Rust
Data Access Layer for WorkOrder operations.
This module provides functionality to interact with the work_orders, work_order_log, and work_order_targets tables in the database. It includes methods for creating, claiming, completing, and managing work orders through their lifecycle.
Structs
brokkr-broker::dal::work_orders::WorkOrdersDAL<’a>
pub
Data Access Layer for WorkOrder operations.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |