mielin-cli 0.1.0-rc.1

Command-line interface and control plane for MielinOS distributed agent mesh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Type definitions for MielinCTL

mod agent;
mod migration;
mod node;
mod operation;
mod peer;

pub use agent::{AgentInfo, AgentList};
pub use migration::{MigrationEntry, MigrationHistory};
pub use node::{MeshStatus, NodeInfo, NodeList};
pub use operation::OperationResult;
pub use peer::{PeerInfo, PeerList};