mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add memory cache for auth index
This commit is contained in:
parent
9530c37c59
commit
d9bf85884b
5 changed files with 96 additions and 10 deletions
4
src/profile/identity/gemini/auth/memory/error.rs
Normal file
4
src/profile/identity/gemini/auth/memory/error.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Overwrite,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue