kanade-shared 0.41.0

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
10
11
12
13
14
15
16
pub mod bootstrap;
pub mod config;
pub mod default_paths;
pub mod exe_version;
pub mod ipc;
pub mod kv;
pub mod manifest;
pub mod nats_client;
pub mod secrets;
pub mod subject;
pub mod wire;

pub use wire::{
    Command, DiskInfo, ExecResult, Heartbeat, HostPerf, HwInventory, ProcessPerf, ProcessSnapshot,
    Shell,
};