aboutsummaryrefslogtreecommitdiff
path: root/refstore/read_write.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-07 19:30:18 +0800
committerGravatar Runxi Yu2026-03-07 19:30:18 +0800
commite083331679dd2d58cfd3a0b9639a6ecd6220ba31 (patch)
treeacc73269b74e8de5883f3682381604eab3a5a3ff /refstore/read_write.go
parentrefstore: Add non-transactional store and rw store (diff)
signatureNo signature
refstore: Batch should also be staged
Diffstat (limited to 'refstore/read_write.go')
-rw-r--r--refstore/read_write.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/refstore/read_write.go b/refstore/read_write.go
deleted file mode 100644
index 8ac592bb..00000000
--- a/refstore/read_write.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package refstore
-
-// ReadWriteStore supports both reading and atomic transactional updates.
-type ReadWriteStore interface {
- ReadingStore
- TransactionalStore
-}