Searched refs:ModuleMode (Results 1 – 3 of 3) sorted by relevance
1066 type ModuleMode int type1069 IgnoreMod ModuleMode = iota1075 func RepoRootForImportPath(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot… argument1281 func repoRootForImportDynamic(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoR… argument1399 func metaImportsForPrefix(importPrefix string, mod ModuleMode, security web.SecurityMode) (*urlpkg.… argument
15 mod ModuleMode
31 func parseMetaGoImports(r io.Reader, mod ModuleMode) ([]metaImport, error) { argument