62 个版本 (32 个稳定版)
新 1.13.3 | 2024年8月18日 |
---|---|
1.12.0 | 2024年7月30日 |
0.3.4 | 2023年5月1日 |
0.2.12 | 2023年3月31日 |
0.1.1 | 2022年12月2日 |
#315 在 数据库接口
每月737次下载
用于 2 crates
375KB
10K SLoC
监控
一个用于在多个服务器上构建和部署软件的系统
lib.rs
:
监控
一个用于在多个服务器上构建和部署软件的系统
这是一个监控核心API的客户端库。它包含
客户端配置
客户端包含从环境变量中解析监控URL和凭证的便捷方法
- MONITOR_ADDRESS
- MONITOR_API_KEY
- MONITOR_API_SECRET
客户端示例
dotenvy::dotenv().ok();
let client = MonitorClient::new_from_env()?;
// Get all the deployments
let deployments = client.read(ListDeployments::default()).await?;
println!("{deployments:#?}");
let update = client.execute
依赖项
~14–27MB
~417K SLoC