aboutsummaryrefslogtreecommitdiff
path: root/refstore/chain/chain.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 /refstore/chain/chain.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 'refstore/chain/chain.go')
-rw-r--r--refstore/chain/chain.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/refstore/chain/chain.go b/refstore/chain/chain.go
index 882d4b56..0feb97c3 100644
--- a/refstore/chain/chain.go
+++ b/refstore/chain/chain.go
@@ -5,6 +5,8 @@ package chain
import "codeberg.org/lindenii/furgit/refstore"
// Chain queries multiple reference stores in order.
+//
+// Chain borrows its backend stores.
type Chain struct {
backends []refstore.ReadingStore
}