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_events Rust

Data Access Layer for AgentEvent operations.

This module provides functionality to interact with the agent_events table in the database. It includes methods for creating, retrieving, updating, and deleting agent events, as well as listing events with various filtering options.

Structs

brokkr-broker::dal::agent_events::AgentEventsDAL<’a>

pub

Data Access Layer for AgentEvent operations.

Fields

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