Skip to content

Commit

Permalink
[ADD] forgotten doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaquet-w6d committed Jul 23, 2024
1 parent f4be788 commit df24716
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/controller/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum SyncMode {
Project(Vec<String>),
}

/// Extract all the id needing synchronization/
/// Extract all the id needing synchronization.
fn extract_sync_id(
identity: &mut Identity,
sync_type: &str,
Expand Down Expand Up @@ -50,6 +50,7 @@ fn extract_sync_id(
Ok(ret)
}

///synchronize th groups in the users identities
pub async fn sync_groups(
config: Arc<SiriusConfig>,
identity: &Identity,
Expand Down Expand Up @@ -90,6 +91,7 @@ pub async fn sync_groups(
Ok(())
}

/// synchronize groups identities
pub async fn sync_user(
config: Arc<SiriusConfig>,
identity: Identity,
Expand Down

0 comments on commit df24716

Please sign in to comment.