Skip to content

Commit c35e907

Browse files
committed
refactor: rename ping module to checks
1 parent f7a82b1 commit c35e907

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
File renamed without changes.

src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ pub const DAEMON_LOG_ERR: &str = "/var/log/netpulse.err";
88
pub const DAEMON_LOG_INF: &str = "/var/log/netpulse.log";
99
pub const DAEMON_USER: &str = "netpulse";
1010

11+
/// where the actual checks are made
12+
pub mod checks;
13+
/// error types
1114
pub mod errors;
12-
pub mod ping;
15+
/// check records that are put in the store, and working with them
1316
pub mod records;
17+
/// the store contains all info, is written and loaded to and from the disk
1418
pub mod store;

0 commit comments

Comments
 (0)