talos_cohort_replicator 0.3.17

Talos Replicator for serial installation of statemaps and updating snapshot of cohort db.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod callbacks;
mod core;
pub mod errors;
pub mod events;
mod models;
pub mod otel;
mod services;
mod suffix;
mod talos_cohort_replicator;
pub mod utils;

pub use crate::core::{StatemapItem, StatemapQueueChannelMessage};
pub use talos_cohort_replicator::{talos_cohort_replicator, CohortReplicatorConfig};
#[cfg(test)]
mod tests;