aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/options.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 04:19:44 +0000
committerGravatar Runxi Yu2026-03-28 04:20:29 +0000
commit402ef2733813d128631ca4aea18c2908c74340d5 (patch)
treee03a90b6f41411bd62e7339390802c5c50082850 /network/receivepack/options.go
parentobject/store: Rename from object/storer (diff)
signatureNo signature
object/store: Rename back from storer; rename Store to ReadingStore v0.1.118
Diffstat (limited to 'network/receivepack/options.go')
-rw-r--r--network/receivepack/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/receivepack/options.go b/network/receivepack/options.go
index d9bf555e..9dd57b1f 100644
--- a/network/receivepack/options.go
+++ b/network/receivepack/options.go
@@ -25,7 +25,7 @@ type Options struct {
Refs refstore.ReadWriteStore
// ExistingObjects is the object store visible to the push before any newly
// uploaded quarantined objects are promoted.
- ExistingObjects objectstore.Store
+ ExistingObjects objectstore.ReadingStore
// ObjectsRoot is the permanent object storage root beneath which per-push
// quarantine directories are derived.
ObjectsRoot *os.Root