Add Group controller (#8)

This commit is contained in:
2025-03-22 04:43:57 +01:00
parent 10354ee11a
commit 80801ed4b3
3 changed files with 30 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ fn check_graphql_errors<T>(response: GraphQlResponse<T>) -> Result<T> {
.expect("Data should be valid if there are no error"))
}
#[derive(Clone)]
pub struct LldapConfig {
username: String,
password: String,