risingwave_frontend::handler::drop_secret

Function handle_drop_secret

source
pub async fn handle_drop_secret(
    handler_args: HandlerArgs,
    secret_name: ObjectName,
    if_exists: bool,
) -> Result<RwPgResponse, RwError>