aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/options.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-31 02:40:34 +0000
committerGravatar Runxi Yu2026-03-31 02:40:34 +0000
commitda6764565629b0376f8d505bdd9d5fdc9c567f93 (patch)
tree6b855e5e4ba9c740f76016f42c1bb5ebd9fb9447 /network/receivepack/options.go
parentobject/fetch: Remove peel to tag functions (diff)
signatureNo signature
ref/store: Simplify names v0.1.166
Diffstat (limited to 'network/receivepack/options.go')
-rw-r--r--network/receivepack/options.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/receivepack/options.go b/network/receivepack/options.go
index 5806a26b..30792765 100644
--- a/network/receivepack/options.go
+++ b/network/receivepack/options.go
@@ -22,9 +22,9 @@ type Options struct {
Algorithm objectid.Algorithm
// Refs is the reference store visible to the push.
Refs interface {
- refstore.ReadingStore
- refstore.TransactionalStore
- refstore.BatchStore
+ refstore.Reader
+ refstore.Transactioner
+ refstore.Batcher
}
// ExistingObjects is the object store visible to the push before any newly
// uploaded quarantined objects are promoted.