all repos — erl @ a18da5045554871e0aeb6fdd65eb62eb5e51d0df

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
)