Ready to implement sync client manager

This commit is contained in:
2025-02-11 22:20:23 +01:00
parent bb1e412d36
commit 17e086b43c
6 changed files with 39 additions and 20 deletions

3
src/sync_client.rs Normal file
View File

@ -0,0 +1,3 @@
/// ID of sync client
#[derive(Debug, Clone)]
pub struct SyncClientID(uuid::Uuid);