shithub: furgit

ref: 6e917f2b9b6b64721d046d66311aa64589e19d9f
dir: /ref/store/files/batch.go/

View raw version
package files

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

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

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