1 2 3 4 5 6 7 8 9 10
package files import "codeberg.org/lindenii/furgit/refstore" type Batch struct { store *Store ops []queuedUpdate } var _ refstore.Batch = (*Batch)(nil)