aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/options.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 19:53:06 +0000
committerGravatar Runxi Yu2026-03-30 19:57:38 +0000
commit82f8ae0392250f0de127fcd7a5da21587e9e589c (patch)
treedb4a5c37ed310273a0491755833b0c206312d53e /network/receivepack/service/options.go
parentnetwork/receivepack: Use dual (diff)
signatureNo signature
network/receivepack: Cleanup; also document QuarantinedObjects nullness
Diffstat (limited to 'network/receivepack/service/options.go')
-rw-r--r--network/receivepack/service/options.go4
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