aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/transaction.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-23 03:25:44 +0000
committerGravatar Runxi Yu2026-03-23 03:27:52 +0000
commit4a796e64ac576d6a3e3f2fe6174c4aa476ea0c5c (patch)
tree44d72a20076ceab0981d0b553693d26ca36cc0be /refstore/files/transaction.go
parentreceivepack: Lifecycle/ownership docs (diff)
signatureNo signature
refstore: Improve interfaces, errors, and make batch work v0.1.92
Diffstat (limited to 'refstore/files/transaction.go')
-rw-r--r--refstore/files/transaction.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/transaction.go b/refstore/files/transaction.go
index b3132d3e..1babfe60 100644
--- a/refstore/files/transaction.go
+++ b/refstore/files/transaction.go
@@ -6,7 +6,7 @@ import (
type Transaction struct {
store *Store
- ops []txOp
+ ops []queuedUpdate
}
var _ refstore.Transaction = (*Transaction)(nil)