brokkr-broker::dal::stack_labels Rust
Data Access Layer for Stack Label operations.
This module provides functionality to interact with stack labels in the database, including creating, retrieving, listing, and deleting labels.
Structs
brokkr-broker::dal::stack_labels::StackLabelsDAL<’a>
pub
Handles database operations for Stack Labels.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |