risingwave_meta::controller::utils

Function ensure_user_id

source
pub async fn ensure_user_id<C>(user_id: UserId, db: &C) -> MetaResult<()>
where C: ConnectionTrait,
Expand description

ensure_user_id ensures the existence of target user in the cluster.