Searched refs:ModuleMissingDepsPathContext (Results 1 – 1 of 1) sorted by relevance
97 type ModuleMissingDepsPathContext interface { interface385 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument406 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument620 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument1021 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()…1089 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {1254 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument1319 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { argument