aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/store.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-07 19:37:20 +0800
committerGravatar Runxi Yu2026-03-07 19:37:20 +0800
commit563a4dfb78aaa97febd0763e9f81a740af0dd666 (patch)
treef7ede5d05f1363021fa5b1902e9e569c2b274bf1 /refstore/files/store.go
parentrefstore: Batch should also be staged (diff)
signatureNo signature
refstore/files: Implement batching
Diffstat (limited to 'refstore/files/store.go')
-rw-r--r--refstore/files/store.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/refstore/files/store.go b/refstore/files/store.go
index 0328bc65..6091c000 100644
--- a/refstore/files/store.go
+++ b/refstore/files/store.go
@@ -27,4 +27,5 @@ type Store struct {
var (
_ refstore.ReadingStore = (*Store)(nil)
_ refstore.TransactionalStore = (*Store)(nil)
+ _ refstore.BatchStore = (*Store)(nil)
)