Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3727778
D11827.id39606.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11827.id39606.diff
View Options
diff --git a/services/identity/src/database.rs b/services/identity/src/database.rs
--- a/services/identity/src/database.rs
+++ b/services/identity/src/database.rs
@@ -441,6 +441,7 @@
Ok(())
}
+ #[tracing::instrument(skip_all)]
pub async fn delete_user(
&self,
user_id: String,
@@ -514,6 +515,7 @@
Ok(available_user_details)
}
+ #[tracing::instrument(skip_all)]
async fn get_user_from_user_info(
&self,
user_info: String,
@@ -642,6 +644,7 @@
}
}
+ #[tracing::instrument(skip_all)]
pub async fn get_user_id_and_password_file_from_username(
&self,
username: &str,
@@ -711,6 +714,7 @@
/// Retrieves username for password users or wallet address for wallet users
/// Returns `None` if user not found
+ #[tracing::instrument(skip_all)]
pub async fn get_user_identifier(
&self,
user_id: &str,
@@ -928,6 +932,7 @@
Ok(())
}
+ #[tracing::instrument(skip_all)]
pub async fn delete_username_from_reserved_usernames_table(
&self,
username: String,
@@ -1023,6 +1028,7 @@
}
}
+#[tracing::instrument(skip_all)]
#[deprecated(note = "Use `comm_lib` counterpart instead")]
#[allow(dead_code)]
fn parse_map_attribute(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 9:07 PM (11 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2839746
Default Alt Text
D11827.id39606.diff (1 KB)
Attached To
Mode
D11827: [identity] add span tracing to identity database.rs file
Attached
Detach File
Event Timeline
Log In to Comment