diff options
| author | 2026-03-28 15:41:49 +0000 | |
|---|---|---|
| committer | 2026-03-28 15:41:49 +0000 | |
| commit | dd3fb481975152196efa3204a4c7e590e9eace0c (patch) | |
| tree | f0ab53f10dbf4092cabca5cda698b6d2b9552643 /object/store/chain/chain.go | |
| parent | object/store: Implementations inherit interface contracts (diff) | |
object/store/chain: Update docs
Diffstat (limited to 'object/store/chain/chain.go')
| -rw-r--r-- | object/store/chain/chain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/chain/chain.go b/object/store/chain/chain.go index 1fb7408a..9f347e93 100644 --- a/object/store/chain/chain.go +++ b/object/store/chain/chain.go @@ -6,7 +6,7 @@ import objectstore "codeberg.org/lindenii/furgit/object/store" // Chain queries multiple object databases in order. // -// Chain borrows its backend stores. +// Labels: Close-Caller. type Chain struct { backends []objectstore.ReadingStore } |
