brokkr-broker::dal::deployment_health Rust
Data Access Layer for DeploymentHealth operations.
This module provides functionality to interact with the deployment_health table in the database. It includes methods for upserting health status, querying health by agent/deployment/stack, and aggregating health across deployments.
Structs
brokkr-broker::dal::deployment_health::DeploymentHealthDAL<’a>
pub
Data Access Layer for DeploymentHealth operations.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |