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

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