diff options
| author | 2026-02-21 13:05:11 +0800 | |
|---|---|---|
| committer | 2026-02-21 13:05:11 +0800 | |
| commit | 86a9cc87c9d3c42035b6c526ec918c391024424d (patch) | |
| tree | f40faa69f0c045a24553d8b7a4e2e2fb4df2a3a9 /refstore/chain/chain.go | |
| parent | LICENSE: Add AGPL-3.0 (diff) | |
| signature | No signature | |
*: Update doc-comments v0.1.13
Diffstat (limited to 'refstore/chain/chain.go')
| -rw-r--r-- | refstore/chain/chain.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/refstore/chain/chain.go b/refstore/chain/chain.go index 0a78dc94..633bac25 100644 --- a/refstore/chain/chain.go +++ b/refstore/chain/chain.go @@ -1,4 +1,5 @@ -// Package chain provides an ordered reference store chain implementation. +// Package chain provides a wrapper reference storage backend to query a chain +// of backends. package chain import ( |
