add memory cache for auth index

This commit is contained in:
yggverse 2024-11-16 17:04:43 +02:00
parent 9530c37c59
commit d9bf85884b
5 changed files with 96 additions and 10 deletions

View file

@ -0,0 +1,4 @@
#[derive(Debug)]
pub enum Error {
Overwrite,
}