aboutsummaryrefslogtreecommitdiff
path: root/ref/store/chain/chain.go
diff options
context:
space:
mode:
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
}