Searched defs:vcsPath (Results 1 – 1 of 1) sorted by relevance
825 type vcsPath struct { struct826 pathPrefix string // prefix this description applies to827 regexp *lazyregexp.Regexp // compiled pattern for import path828 repo string // repository to use (expand with match of re)829 … string // version control system to use (expand with match of re)830 check func(match map[string]string) error // additional checks831 schemelessRepo bool // if true, the repo pattern lacks a scheme1104 func repoRootFromVCSPaths(importPath string, security web.SecurityMode, vcsPaths []*vcsPath) (*Repo…