Expose structured entry documents

This commit is contained in:
Hermes Agent
2026-08-10 02:04:00 +00:00
parent 0a905e5e14
commit 2aabd589de
6 changed files with 935 additions and 0 deletions

View File

@@ -180,6 +180,10 @@ impl EditSession {
pub fn plaintext(&self) -> &SecretBytes {
&self.plaintext
}
pub(crate) fn original_ciphertext(&self) -> Option<&EncryptedEntry> {
self.original_ciphertext.as_ref()
}
}
impl fmt::Debug for EditSession {