From da6764565629b0376f8d505bdd9d5fdc9c567f93 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 31 Mar 2026 02:40:34 +0000 Subject: ref/store: Simplify names --- network/receivepack/options.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'network/receivepack/options.go') 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. -- cgit v1.3.1-10-gc9f91