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
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |