all repos — erl @ d29d0816680a343ee47c40fa9ace8d80862ac412

Execute Reload Loop

repository/repo-type.go (view raw)

1
2
3
4
5
6
7
package repository

type RepoType int

const (
	Git RepoType = iota
)