brokkr-broker::dal::agents Rust
Structs
brokkr-broker::dal::agents::AgentFilter
pub
Struct for filtering agents based on various criteria.
Fields
| Name | Type | Description |
|---|---|---|
labels | Vec < String > | |
annotations | Vec < (String , String) > | |
agent_targets | Vec < Uuid > | |
filter_type | FilterType |
brokkr-broker::dal::agents::AgentsDAL<’a>
pub
Data Access Layer for Agent operations.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |