From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- object/store/base_quarantine.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 object/store/base_quarantine.go (limited to 'object/store/base_quarantine.go') diff --git a/object/store/base_quarantine.go b/object/store/base_quarantine.go deleted file mode 100644 index 754fb3ee..00000000 --- a/object/store/base_quarantine.go +++ /dev/null @@ -1,17 +0,0 @@ -package objectstore - -// BaseQuarantine is one quarantined write. It is intended to be embedded. -type BaseQuarantine interface { - // Reader exposes the objects written into this quarantine. - Reader - - // Promote publishes quarantined writes into their final destination. - // - // Promote invalidates the receiver. - Promote() error - - // Discard abandons quarantined writes. - // - // Discard invalidates the receiver. - Discard() error -} -- cgit v1.3.1-10-gc9f91