Lines Matching refs:ModuleMissingDepsPathContext
103 type ModuleMissingDepsPathContext interface { interface
521 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument
526 Context ModuleMissingDepsPathContext
550 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument
598 func DirectoryPathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) DirectoryPaths { argument
758 func PathsAndMissingDepsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []st… argument
917 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument
1338 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()…
1442 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1645 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument
1711 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { argument