Allow access to the client and the hub

This commit is contained in:
Sebastian Thiel
2021-10-22 08:18:03 +08:00
parent 96a2974782
commit 08abd44cce
2 changed files with 2 additions and 2 deletions

View File

@@ -49,8 +49,8 @@ ${lib.hub_usage_example(c)}\
</%block> </%block>
#[derive(Clone)] #[derive(Clone)]
pub struct ${hub_type}${ht_params} { pub struct ${hub_type}${ht_params} {
client: hyper::Client<hyper_rustls::HttpsConnector<hyper::client::connect::HttpConnector>, hyper::body::Body>, pub client: hyper::Client<hyper_rustls::HttpsConnector<hyper::client::connect::HttpConnector>, hyper::body::Body>,
auth: oauth2::authenticator::Authenticator<hyper_rustls::HttpsConnector<hyper::client::connect::HttpConnector>>, pub auth: oauth2::authenticator::Authenticator<hyper_rustls::HttpsConnector<hyper::client::connect::HttpConnector>>,
_user_agent: String, _user_agent: String,
_base_url: String, _base_url: String,
_root_url: String, _root_url: String,