aboutsummaryrefslogtreecommitdiff
path: root/ref/store/batch_store.go
diff options
context:
space:
mode:
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.