kanade-shared 0.30.1

Shared wire types, NATS subject helpers, KV constants, YAML manifest schema, and teravars-backed config loader for the kanade endpoint-management system
Documentation
mod agent_config;
mod agent_groups;
mod command;
mod event;
mod heartbeat;
mod inventory;
mod logs;
mod result;
mod staleness;

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