lmrc-cli 0.3.16

CLI tool for scaffolding LMRC Stack infrastructure projects
Documentation
1
2
3
4
5
//! Health check business logic
//!
//! This module provides health check functionality using lmrc-http-common.

pub use lmrc_http_common::health::{CheckResult, HealthStatus};