Skip to main content

kanade_shared/wire/
mod.rs

1mod agent_config;
2mod agent_groups;
3mod command;
4mod heartbeat;
5mod inventory;
6mod logs;
7mod result;
8mod staleness;
9
10pub use agent_config::{ConfigScope, EffectiveConfig, ResolutionWarning, resolve};
11pub use agent_groups::AgentGroups;
12pub use command::{Command, RunAs, Shell};
13pub use heartbeat::Heartbeat;
14pub use inventory::{DiskInfo, HwInventory};
15pub use logs::LogsRequest;
16pub use result::ExecResult;
17pub use staleness::Staleness;