aboutsummaryrefslogtreecommitdiff
path: root/refstore/chain/chain.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:31:16 +0000
committerGravatar Runxi Yu2026-03-25 14:31:16 +0000
commit48ff647cf4a8bb8f23fcd6b8616f56a8ef72b980 (patch)
treeae199c38042adaa544d5f7d31351661d5831381e /refstore/chain/chain.go
parent*: objectstore -> object/store (diff)
signatureNo signature
*: refstore -> ref/store
Diffstat (limited to 'refstore/chain/chain.go')
-rw-r--r--refstore/chain/chain.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/refstore/chain/chain.go b/refstore/chain/chain.go
deleted file mode 100644
index 0feb97c3..00000000
--- a/refstore/chain/chain.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// Package chain provides a wrapper reference storage backend to query a chain
-// of backends.
-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
-}