ref: b90593c9b83f71de343e27cd1b489dff79bd4ac7
dir: /refstore/files/transaction.go/
package files
import (
"codeberg.org/lindenii/furgit/refstore"
)
type Transaction struct {
store *Store
ops []queuedUpdate
}
var _ refstore.Transaction = (*Transaction)(nil)