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

Structs

brokkr-broker::dal::agents::AgentFilter

pub

Struct for filtering agents based on various criteria.

Fields

NameTypeDescription
labelsVec < String >
annotationsVec < (String , String) >
agent_targetsVec < Uuid >
filter_typeFilterType

brokkr-broker::dal::agents::AgentsDAL<’a>

pub

Data Access Layer for Agent operations.

Fields

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