aboutsummaryrefslogtreecommitdiff
path: root/ref/store/batch_store.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 /ref/store/batch_store.go
parentobject/fetch: Remove peel to tag functions (diff)
signatureNo signature
ref/store: Simplify names v0.1.166
Diffstat (limited to 'ref/store/batch_store.go')
-rw-r--r--ref/store/batch_store.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/store/batch_store.go b/ref/store/batch_store.go
index b6cd9adf..725a05e5 100644
--- a/ref/store/batch_store.go
+++ b/ref/store/batch_store.go
@@ -1,7 +1,7 @@
package refstore
-// BatchStore begins non-atomic reference batches.
-type BatchStore interface {
+// Batcher begins non-atomic reference batches.
+type Batcher interface {
// BeginBatch creates one new queued batch.
//
// Labels: Life-Parent.