aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/options.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 12:24:49 +0000
committerGravatar Runxi Yu2026-03-30 12:24:49 +0000
commit30bc08762a5aa33b9f47af304d51ef3878752b2f (patch)
tree911aeade437eaf89d0c8a35d262bc69e7c560a69 /network/receivepack/options.go
parentobject/tree: Regular files and types (diff)
signatureNo signature
object/store: ReadingStore -> Reader
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 ca13c623..146d5837 100644
--- a/network/receivepack/options.go
+++ b/network/receivepack/options.go
@@ -26,7 +26,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.ReadingStore
+ ExistingObjects objectstore.Reader
// CommitGraph is an optional commit-graph snapshot corresponding to
// ExistingObjects.
CommitGraph *commitgraphread.Reader