mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement records list builder, make some members public, drop extra getters
This commit is contained in:
parent
38c3b01736
commit
6b5e712cdf
7 changed files with 96 additions and 94 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue