replicante_agent_models 0.1.1

Replicante agent models shared with core
Documentation
extern crate serde;
#[macro_use]
extern crate serde_derive;
#[cfg(test)]
extern crate serde_json;


mod agent;
mod datastore;
mod shard;


pub use self::agent::AgentInfo;
pub use self::agent::AgentVersion;
pub use self::datastore::DatastoreInfo;
pub use self::shard::Shard;
pub use self::shard::Shards;
pub use self::shard::ShardRole;