1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-07-03 22:45:01 +00:00

Can get the list of keys of an admin

This commit is contained in:
2021-05-14 13:34:13 +02:00
parent 3c4a5a53a1
commit 22b3a73db3
6 changed files with 44 additions and 8 deletions

View File

@ -43,6 +43,7 @@ pub struct AdminKey {
pub id: u64,
pub admin_id: AdminID,
pub name: String,
pub time_add: u64,
pub key: Credential,
}