diff options
| author | 2026-03-30 17:48:08 +0000 | |
|---|---|---|
| committer | 2026-03-30 17:48:08 +0000 | |
| commit | d298ab6caba5f1e70c58155f4efa33ef2d16a1c2 (patch) | |
| tree | 37c3ba1a136a787b30fe4a90f30735b334792853 /ref | |
| parent | object/store/loose: Fix hex shard, I was stupid (diff) | |
| signature | No signature | |
ref/store: Remove ReadWriteStore
Diffstat (limited to 'ref')
| -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 -} |
