Searched defs:Repo (Results 1 – 6 of 6) sorted by relevance
29 type Repo interface { interface314 func newLoggingRepo(r Repo) *loggingRepo {
926 codehost.Repo anonMember
64 func newCodeRepo(code codehost.Repo, codeRoot, path string) (Repo, error) {
192 func newCachingRepo(ctx context.Context, path string, initRepo func(context.Context) (Repo, error))…
44 type Repo interface { interface
1050 Repo string // repository URL, including scheme member