aboutsummaryrefslogtreecommitdiff
path: root/ref/store/chain/chain.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-31 02:40:34 +0000
committerGravatar Runxi Yu2026-03-31 02:40:34 +0000
commitda6764565629b0376f8d505bdd9d5fdc9c567f93 (patch)
tree6b855e5e4ba9c740f76016f42c1bb5ebd9fb9447 /ref/store/chain/chain.go
parentobject/fetch: Remove peel to tag functions (diff)
signatureNo signature
ref/store: Simplify names v0.1.166
Diffstat (limited to 'ref/store/chain/chain.go')
-rw-r--r--ref/store/chain/chain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/chain/chain.go b/ref/store/chain/chain.go
index 302d7f88..a332f64c 100644
--- a/ref/store/chain/chain.go
+++ b/ref/store/chain/chain.go
@@ -8,5 +8,5 @@ import refstore "codeberg.org/lindenii/furgit/ref/store"
//
// Labels: Close-Caller.
type Chain struct {
- backends []refstore.ReadingStore
+ backends []refstore.Reader
}