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::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

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