mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-27 16:28:56 +00:00
admin_token_table: implement is_tombstone()
This commit is contained in:
@@ -139,6 +139,9 @@ impl Entry<EmptyKey, String> for AdminApiToken {
|
||||
fn sort_key(&self) -> &String {
|
||||
&self.prefix
|
||||
}
|
||||
fn is_tombstone(&self) -> bool {
|
||||
self.is_deleted()
|
||||
}
|
||||
}
|
||||
|
||||
pub struct AdminApiTokenTable;
|
||||
|
||||
Reference in New Issue
Block a user