package files
import refstore "lindenii.org/go/furgit/ref/store"
// Batch stages files-store updates for one non-atomic apply.
type Batch struct {
store *Store
ops []queuedUpdate
}
var _ refstore.Batch = (*Batch)(nil)
![]() |
index : ~runxiyu/furgit.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
package files
import refstore "lindenii.org/go/furgit/ref/store"
// Batch stages files-store updates for one non-atomic apply.
type Batch struct {
store *Store
ops []queuedUpdate
}
var _ refstore.Batch = (*Batch)(nil)