shithub: furgit

ref: 040b572d95e4ca27e1ada6113c405b8a1eb4a669
dir: /refstore/files/batch.go/

View raw version
package files

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

type Batch struct {
	store  *Store
	ops    []txOp
	closed bool
}

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