implement records list builder, make some members public, drop extra getters

This commit is contained in:
yggverse 2024-11-18 11:44:33 +02:00
parent 38c3b01736
commit 6b5e712cdf
7 changed files with 96 additions and 94 deletions

View file

@ -7,7 +7,7 @@ pub struct Table {
pub id: i64,
//pub profile_identity_id: i64,
pub pem: String,
pub name: String,
pub name: Option<String>,
}
/// Storage for Gemini auth certificates