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