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/quarantine.go | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 object/store/quarantine.go (limited to 'object/store/quarantine.go') diff --git a/object/store/quarantine.go b/object/store/quarantine.go deleted file mode 100644 index 5fa97ee7..00000000 --- a/object/store/quarantine.go +++ /dev/null @@ -1,20 +0,0 @@ -package objectstore - -// Quarantine represents one quarantined write that accepts both object- -// wise and pack-wise writes. -type Quarantine interface { - BaseQuarantine - Writer -} - -// QuarantineOptions controls the options for one coordinated quarantine creation. -type QuarantineOptions struct { - Object ObjectQuarantineOptions - Pack PackQuarantineOptions -} - -// Quarantiner creates coordinated quarantines that support both object- -// wise and pack-wise writes. -type Quarantiner interface { - BeginQuarantine(opts QuarantineOptions) (Quarantine, error) -} -- cgit v1.3.1-10-gc9f91