diff options
Diffstat (limited to 'refstore/batch_store.go')
| -rw-r--r-- | refstore/batch_store.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/refstore/batch_store.go b/refstore/batch_store.go deleted file mode 100644 index 3ccfdd10..00000000 --- a/refstore/batch_store.go +++ /dev/null @@ -1,7 +0,0 @@ -package refstore - -// BatchStore begins non-atomic reference batches. -type BatchStore interface { - // BeginBatch creates one new queued batch. - BeginBatch() (Batch, error) -} |
