lmrc-cli 0.3.16

CLI tool for scaffolding LMRC Stack infrastructure projects
Documentation
1
2
3
4
5
6
//! Health check feature

pub mod handler;
pub mod service;

pub use handler::health_check;