aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/batch.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 17:08:46 +0000
committerGravatar Runxi Yu2026-03-28 17:08:46 +0000
commit78461860b65f84b2a4933ef8a033fa581a4d0c68 (patch)
treec0aa308b2a24f3782c164cc554d4bac9a182edfe /ref/store/files/batch.go
parentref/store/chain: Update docs (diff)
signatureNo signature
ref/store/files: Update docs
Diffstat (limited to 'ref/store/files/batch.go')
-rw-r--r--ref/store/files/batch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ref/store/files/batch.go b/ref/store/files/batch.go
index 1d396bd5..d8037bbb 100644
--- a/ref/store/files/batch.go
+++ b/ref/store/files/batch.go
@@ -2,6 +2,7 @@ package files
import refstore "codeberg.org/lindenii/furgit/ref/store"
+// Batch stages files-store updates for one non-atomic apply.
type Batch struct {
store *Store
ops []queuedUpdate