Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

NameTypeDescription
dal& 'a DALReference to the main DAL instance.