aboutsummaryrefslogtreecommitdiff
path: root/object/store/quarantine.go
diff options
context:
space:
mode:
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)