refactor sync to new model

This commit is contained in:
Dustin J. Mitchell
2020-11-25 17:52:47 -05:00
parent e92fc0628b
commit a81c84d7c7
8 changed files with 193 additions and 143 deletions

View File

@@ -4,4 +4,4 @@ pub(crate) mod test;
mod signing;
mod types;
pub use types::{Blob, Server, VersionAdd};
pub use types::*;