WIP: Garage v2 #948

Draft
lx wants to merge 125 commits from next-v2 into main
Showing only changes of commit 325f79012c - Show all commits

View file

@ -139,6 +139,9 @@ impl Entry<EmptyKey, String> for AdminApiToken {
fn sort_key(&self) -> &String { fn sort_key(&self) -> &String {
&self.prefix &self.prefix
} }
fn is_tombstone(&self) -> bool {
self.is_deleted()
}
} }
pub struct AdminApiTokenTable; pub struct AdminApiTokenTable;