pub async fn check_user_name_duplicate<C>(name: &str, db: &C) -> MetaResult<()>where
C: ConnectionTrait,Expand description
check_user_name_duplicate checks whether the user is already existed in the cluster.
pub async fn check_user_name_duplicate<C>(name: &str, db: &C) -> MetaResult<()>where
C: ConnectionTrait,check_user_name_duplicate checks whether the user is already existed in the cluster.