aboutsummaryrefslogtreecommitdiff
path: root/object/store/quarantine.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 21:05:59 +0000
committerGravatar Runxi Yu2026-03-30 21:05:59 +0000
commitab174c473618dd3743881cf44e02c2db4d1ecd5f (patch)
tree4255afc6ed41796f47ba8c1465564383e9cdaa8b /object/store/quarantine.go
parentTODO: update (diff)
signatureNo signature
*: Fix lints v0.1.164
Diffstat (limited to 'object/store/quarantine.go')
-rw-r--r--object/store/quarantine.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/quarantine.go b/object/store/quarantine.go
index 6db12084..5fa97ee7 100644
--- a/object/store/quarantine.go
+++ b/object/store/quarantine.go
@@ -1,6 +1,6 @@
package objectstore
-// WriterQuarantine represents one quarantined write that accepts both object-
+// Quarantine represents one quarantined write that accepts both object-
// wise and pack-wise writes.
type Quarantine interface {
BaseQuarantine
@@ -13,7 +13,7 @@ type QuarantineOptions struct {
Pack PackQuarantineOptions
}
-// WriterQuarantiner creates coordinated quarantines that support both object-
+// Quarantiner creates coordinated quarantines that support both object-
// wise and pack-wise writes.
type Quarantiner interface {
BeginQuarantine(opts QuarantineOptions) (Quarantine, error)