From 3ba67c27db0cf52b120e4f15c09047aa96d3bcb4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 30 Mar 2026 18:18:06 +0000 Subject: object/store: Unify writers and fix naming --- object/store/dual/quarantine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object/store/dual/quarantine.go') diff --git a/object/store/dual/quarantine.go b/object/store/dual/quarantine.go index 6fabd590..fb1048af 100644 --- a/object/store/dual/quarantine.go +++ b/object/store/dual/quarantine.go @@ -19,7 +19,7 @@ type quarantine struct { var ( _ objectstore.ObjectQuarantine = (*quarantine)(nil) _ objectstore.PackQuarantine = (*quarantine)(nil) - _ objectstore.WriterQuarantine = (*quarantine)(nil) + _ objectstore.Quarantine = (*quarantine)(nil) ) func newQuarantine( -- cgit v1.3.1-10-gc9f91