chore: expose cloud client

This commit is contained in:
weidong fu 2025-01-14 19:41:50 +08:00
parent 56f4c0698c
commit 49218453bc

View file

@ -102,7 +102,7 @@ impl Default for ClientConfiguration {
///
#[derive(Clone)]
pub struct Client {
pub(crate) cloud_client: reqwest::Client,
pub cloud_client: reqwest::Client,
pub(crate) gotrue_client: gotrue::api::Client,
pub base_url: String,
pub ws_addr: String,