hellcheck 0.1.2

HTTP health checker
Documentation
1
2
3
4
5
6
7
8
mod types;
pub use self::types::{
    BasicAuth, CheckerConfig, CommandNotifierConfig, FileConfig, HipchatNotifierConfig, Notifier,
    NotifierConfig, SlackNotifierConfig, TelegramNotifierConfig,
};

pub mod parser;
pub mod validator;