brokkr-broker::dal::agent_labels Rust
Data Access Layer for AgentLabel operations.
This module provides functionality to interact with the agent_labels table in the database. It includes methods for creating, retrieving, listing, and deleting agent labels, as well as checking for label existence.
Structs
brokkr-broker::dal::agent_labels::AgentLabelsDAL<’a>
pub
Data Access Layer for AgentLabel operations.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |