mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-25 11:56:50 +00:00
Implement table gc, currently for block_ref and version only
This commit is contained in:
@@ -41,6 +41,8 @@ pub trait Entry<P: PartitionKey, S: SortKey>:
|
||||
{
|
||||
fn partition_key(&self) -> &P;
|
||||
fn sort_key(&self) -> &S;
|
||||
|
||||
fn is_tombstone(&self) -> bool { false }
|
||||
}
|
||||
|
||||
pub trait TableSchema: Send + Sync {
|
||||
|
||||
Reference in New Issue
Block a user