···11package objectstore
2233-// WriterQuarantine represents one quarantined write that accepts both object-
33+// Quarantine represents one quarantined write that accepts both object-
44// wise and pack-wise writes.
55type Quarantine interface {
66 BaseQuarantine
···1313 Pack PackQuarantineOptions
1414}
15151616-// WriterQuarantiner creates coordinated quarantines that support both object-
1616+// Quarantiner creates coordinated quarantines that support both object-
1717// wise and pack-wise writes.
1818type Quarantiner interface {
1919 BeginQuarantine(opts QuarantineOptions) (Quarantine, error)