all repos — erl @ f390ef9a2daf07ea30f2aa2d5b3856dfe65f67cf

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
)