kanade-shared 0.14.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
mod agent_config;
mod agent_groups;
mod command;
mod heartbeat;
mod inventory;
mod logs;
mod result;

pub use agent_config::{ConfigScope, EffectiveConfig, ResolutionWarning, resolve};
pub use agent_groups::AgentGroups;
pub use command::{Command, Shell};
pub use heartbeat::Heartbeat;
pub use inventory::{DiskInfo, HwInventory};
pub use logs::LogsRequest;
pub use result::ExecResult;