diff options
Diffstat (limited to 'ref/store')
| -rw-r--r-- | ref/store/read_write_store.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ref/store/read_write_store.go b/ref/store/read_write_store.go deleted file mode 100644 index 7be1af61..00000000 --- a/ref/store/read_write_store.go +++ /dev/null @@ -1,8 +0,0 @@ -package refstore - -// ReadWriteStore supports reading, atomic transactions, and non-atomic batches. -type ReadWriteStore interface { - ReadingStore - TransactionalStore - BatchStore -} |
