shithub: furgit

ref: e7ce17381f525328073577d60583447fc9412c18
dir: /refstore/files/transaction.go/

View raw version
package files

import (
	"codeberg.org/lindenii/furgit/refstore"
)

type Transaction struct {
	store *Store
	ops   []queuedUpdate
}

var _ refstore.Transaction = (*Transaction)(nil)