kanade-shared 0.1.2

Shared wire types, NATS subject helpers, KV constants, YAML manifest schema, and teravars-backed config loader for the kanade endpoint-management system
Documentation
1
2
3
4
5
6
7
8
9
mod command;
mod heartbeat;
mod inventory;
mod result;

pub use command::{Command, Shell};
pub use heartbeat::Heartbeat;
pub use inventory::{DiskInfo, HwInventory};
pub use result::ExecResult;