handle construction results, separate index methods

This commit is contained in:
yggverse 2024-11-16 20:27:33 +02:00
parent e60a00c500
commit 611addda42
9 changed files with 105 additions and 40 deletions

View file

@ -33,11 +33,10 @@ impl Memory {
}
}
/* @TODO update feature
/// Cleanup index
pub fn clear(&self, url: &str) {
pub fn clear(&self) {
self.index.borrow_mut().clear()
} */
}
/// Get `profile_identity_gemini_id` vector match given `request`
/// * [Client certificates specification](https://geminiprotocol.net/docs/protocol-specification.gmi#client-certificates)