brokkr-broker::dal::agent_targets Rust
Data Access Layer for AgentTarget operations.
This module provides functionality to interact with the agent_targets table in the database, allowing CRUD operations on AgentTarget entities.
Structs
brokkr-broker::dal::agent_targets::AgentTargetsDAL<’a>
pub
Handles database operations for AgentTarget entities.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |