ref: c3731c4eff12cc9e6636f89128948d86596ad860
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)