Searched refs:globKey (Results 1 – 2 of 2) sorted by relevance
25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { argument85 keys := make([]globKey, 0, len(c.globs))107 type globKey struct { struct114 func globToKey(pattern string, excludes []string) globKey {115 return globKey{pattern, strings.Join(excludes, "|")}
117 globs map[globKey]pathtools.GlobResult388 globs: make(map[globKey]pathtools.GlobResult),