aboutsummaryrefslogtreecommitdiff
path: root/objectstore/mix/mix.go
diff options
context:
space:
mode:
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