shithub: furgit

ref: 060e5b7063ec282627dde96ac028f0d40cf05c60
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)