mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
implement existing certificate selection
This commit is contained in:
parent
10cf4fc6a1
commit
728a9c06d5
9 changed files with 189 additions and 41 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
DatabaseIndex,
|
||||
DatabaseRecordCreate(i64, String),
|
||||
DatabaseRecordDelete(i64),
|
||||
DatabaseRecordsRead(String),
|
||||
MemoryIndex,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue