aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/update_executor.go
blob: 749f7061476de4da98f72a514dbfc116b7c2bb88 (about) (plain) (blame)
1
2
3
4
5
package files

type refUpdateExecutor struct {
	store *Store
}