kuma-client 2.1.0-rc.1

Rust wrapper for the Uptime Kuma Socket.IO API
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "runtime")]
pub(crate) mod event;
#[cfg(feature = "runtime")]
pub(crate) mod response;

pub mod docker_host;
pub mod maintenance;
pub mod monitor;
pub mod notification;
pub mod status_page;
pub mod tag;