aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/root_kind.go
blob: d0ae8cf126f6adbd579a38566ac14e7ec1764789 (about) (plain) (blame)
1
2
3
4
5
6
7
8
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)