mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
add comments
This commit is contained in:
parent
a5633046e1
commit
c728d1c001
@ -1,5 +1,11 @@
|
||||
/// Single client instance holder for `Page` object.
|
||||
///
|
||||
/// unlike new client instance init on every page open,
|
||||
/// this solution provide additional client-side features
|
||||
/// e.g. session cache management on certificate change in runtime
|
||||
pub struct Client {
|
||||
pub gemini: gemini::Client,
|
||||
// other supported clients here..
|
||||
}
|
||||
|
||||
impl Client {
|
||||
|
Loading…
x
Reference in New Issue
Block a user