aboutsummaryrefslogtreecommitdiff
path: root/object/store/writer_pack.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 18:18:06 +0000
committerGravatar Runxi Yu2026-03-30 18:18:06 +0000
commit3ba67c27db0cf52b120e4f15c09047aa96d3bcb4 (patch)
treecbd94566f5c9d2732f8527e88815e3b63413a694 /object/store/writer_pack.go
parentobject/store/dual: Dual shouldn't satisfy {Object,Pack}Quarantiner at all (diff)
signatureNo signature
object/store: Unify writers and fix naming v0.1.160
Diffstat (limited to 'object/store/writer_pack.go')
-rw-r--r--object/store/writer_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/writer_pack.go b/object/store/writer_pack.go
index 85ce676e..0f78c429 100644
--- a/object/store/writer_pack.go
+++ b/object/store/writer_pack.go
@@ -45,7 +45,7 @@ type PackWriter interface {
// PackQuarantine represents one quarantined pack-wise write.
type PackQuarantine interface {
- Quarantine
+ BaseQuarantine
PackWriter
}