cat_gateway/db/index/queries/sync_status/
mod.rs

1//! sync status update and query.
2
3pub(crate) mod get;
4pub(crate) mod update;