diff options
| author | 2026-03-30 19:53:06 +0000 | |
|---|---|---|
| committer | 2026-03-30 19:57:38 +0000 | |
| commit | 82f8ae0392250f0de127fcd7a5da21587e9e589c (patch) | |
| tree | db4a5c37ed310273a0491755833b0c206312d53e /network/receivepack/service/options.go | |
| parent | network/receivepack: Use dual (diff) | |
| signature | No signature | |
network/receivepack: Cleanup; also document QuarantinedObjects nullness
Diffstat (limited to 'network/receivepack/service/options.go')
| -rw-r--r-- | network/receivepack/service/options.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/network/receivepack/service/options.go b/network/receivepack/service/options.go index 9e790bc0..e183b709 100644 --- a/network/receivepack/service/options.go +++ b/network/receivepack/service/options.go @@ -3,7 +3,6 @@ package service import ( "codeberg.org/lindenii/furgit/common/iowrap" commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read" - objectid "codeberg.org/lindenii/furgit/object/id" objectstore "codeberg.org/lindenii/furgit/object/store" refstore "codeberg.org/lindenii/furgit/ref/store" ) @@ -18,8 +17,7 @@ import ( // CommitGraph, Progress, Hook, and HookIO are optional; when provided they are also // borrowed for the duration of Execute. type Options struct { - Algorithm objectid.Algorithm - Refs interface { + Refs interface { refstore.ReadingStore refstore.TransactionalStore refstore.BatchStore |
