diff options
| author | 2026-03-30 12:24:49 +0000 | |
|---|---|---|
| committer | 2026-03-30 12:24:49 +0000 | |
| commit | 30bc08762a5aa33b9f47af304d51ef3878752b2f (patch) | |
| tree | 911aeade437eaf89d0c8a35d262bc69e7c560a69 /network/receivepack/options.go | |
| parent | object/tree: Regular files and types (diff) | |
| signature | No signature | |
object/store: ReadingStore -> Reader
Diffstat (limited to 'network/receivepack/options.go')
| -rw-r--r-- | network/receivepack/options.go | 2 |
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 |
