Skip to content

Commit 0cffca4

Browse files
committed
feat(cat-gateway): add service::utilities::health::ready module
1 parent e8196c4 commit 0cffca4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Service Health Utilities.
22
mod live;
3+
mod ready;
34

45
pub(crate) use live::*;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//! Utilities used for system `Readiness` functionality.

0 commit comments

Comments
 (0)