aboutsummaryrefslogtreecommitdiff
path: root/objectstore/mix/mix.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-22 23:10:37 +0000
committerGravatar Runxi Yu2026-03-22 23:13:19 +0000
commitab6f8dde0cdc554084c4455c76feef0099db70d9 (patch)
tree6c6a207d6094a8d99b1b1b43f8bdee93c19871e0 /objectstore/mix/mix.go
parentcommitgraph: Tighten docs and use a value-ish Filter return (diff)
signatureNo signature
*: Fixup ownership of compositional backends v0.1.88
Diffstat (limited to 'objectstore/mix/mix.go')
-rw-r--r--objectstore/mix/mix.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/objectstore/mix/mix.go b/objectstore/mix/mix.go
index e2757705..ef381b95 100644
--- a/objectstore/mix/mix.go
+++ b/objectstore/mix/mix.go
@@ -9,6 +9,8 @@ import (
)
// Mix queries multiple object databases with an MRU backend preference.
+//
+// Mix borrows its backend stores.
type Mix struct {
mu sync.RWMutex