mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
add comments
This commit is contained in:
parent
a5633046e1
commit
c728d1c001
1 changed files with 6 additions and 0 deletions
|
|
@ -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 struct Client {
|
||||||
pub gemini: gemini::Client,
|
pub gemini: gemini::Client,
|
||||||
|
// other supported clients here..
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Client {
|
impl Client {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue