diff options
| author | 2026-03-07 14:23:45 +0800 | |
|---|---|---|
| committer | 2026-03-07 14:23:45 +0800 | |
| commit | 784ad6c9e01da13e6f22cd58dae30aff2f1249d2 (patch) | |
| tree | 6e43396887a33777ed643ff1e894a3a3e5c8ed09 /refstore/chain/chain.go | |
| parent | objectid: Add Zero (diff) | |
| signature | No signature | |
refstore: Rename Store to ReadingStore
Diffstat (limited to 'refstore/chain/chain.go')
| -rw-r--r-- | refstore/chain/chain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/chain/chain.go b/refstore/chain/chain.go index c20096d8..882d4b56 100644 --- a/refstore/chain/chain.go +++ b/refstore/chain/chain.go @@ -6,5 +6,5 @@ import "codeberg.org/lindenii/furgit/refstore" // Chain queries multiple reference stores in order. type Chain struct { - backends []refstore.Store + backends []refstore.ReadingStore } |
