brokkr-broker::dal::rendered_deployment_objects Rust
Data Access Layer for Rendered Deployment Object operations.
This module provides functionality to interact with the rendered_deployment_objects table in the database, tracking the provenance of deployment objects created from templates.
Structs
brokkr-broker::dal::rendered_deployment_objects::RenderedDeploymentObjectsDAL<’a>
pub
Handles database operations for RenderedDeploymentObject entities.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |