diff options
Diffstat (limited to 'object/store/chain/chain.go')
| -rw-r--r-- | object/store/chain/chain.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/object/store/chain/chain.go b/object/store/chain/chain.go deleted file mode 100644 index 1a7f4201..00000000 --- a/object/store/chain/chain.go +++ /dev/null @@ -1,14 +0,0 @@ -// Package chain provides a wrapper object storage backend to query a chain of -// backends. -package chain - -import ( - "codeberg.org/lindenii/furgit/object/store" -) - -// Chain queries multiple object databases in order. -// -// Chain borrows its backend stores. -type Chain struct { - backends []objectstore.Store -} |
