all repos — erl @ b63d8d33dc0b786fdc9937770645d4c6e914a9dc

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
)