aboutsummaryrefslogtreecommitdiff
path: root/object/store/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 18:07:18 +0000
committerGravatar Runxi Yu2026-03-30 18:07:18 +0000
commit33a57ddd6fd9fbe4c01afa1fc70051a91b6d81fc (patch)
tree0bd96860a45be68dea0b42cb4d3b3ec4a9f07a28 /object/store/doc.go
parentobject/store/dual: Add a basic dual composr (diff)
signatureNo signature
object/store: Hybrid quarantine interface
Diffstat (limited to 'object/store/doc.go')
-rw-r--r--object/store/doc.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/object/store/doc.go b/object/store/doc.go
index cf1ac27d..45acc47c 100644
--- a/object/store/doc.go
+++ b/object/store/doc.go
@@ -9,7 +9,9 @@
// very different write models: writing one loose object is natural, while
// writing one object into a packfile backend is wasteful. Instead, we define
// distinct optional capabilities for object-wise writes, pack-wise writes,
-// and compose them against quarantined writes.
+// and compose them against quarantined writes. Where one logical quarantine
+// supports multiple write shapes together, this package also defines a
+// coordinated writer quarantine capability.
//
// Concrete implementations generally inherit the contract documented by the
// interfaces they satisfy. Implementation docs focus on additional guarantees