diff options
| author | 2026-03-30 18:11:59 +0000 | |
|---|---|---|
| committer | 2026-03-30 18:11:59 +0000 | |
| commit | 048d36efe996b3918b7a33ec971e7a26d4a80ff4 (patch) | |
| tree | 5e52cd8fcff29cd862edc16c2660b57c73723ed5 /object/store/dual/quarantine.go | |
| parent | object/store: Hybrid quarantine interface (diff) | |
| signature | No signature | |
object/store/dual: Satisfy WriterQuarantiner
Diffstat (limited to 'object/store/dual/quarantine.go')
| -rw-r--r-- | object/store/dual/quarantine.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/object/store/dual/quarantine.go b/object/store/dual/quarantine.go index ff561c7c..6fabd590 100644 --- a/object/store/dual/quarantine.go +++ b/object/store/dual/quarantine.go @@ -19,6 +19,7 @@ type quarantine struct { var ( _ objectstore.ObjectQuarantine = (*quarantine)(nil) _ objectstore.PackQuarantine = (*quarantine)(nil) + _ objectstore.WriterQuarantine = (*quarantine)(nil) ) func newQuarantine( |
