Searched defs:GlobResult (Results 1 – 3 of 3) sorted by relevance
38 type GlobResult struct { struct40 Pattern string42 Excludes []string45 Matches []string48 Deps []string52 func (result GlobResult) FileList() []byte {
25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) {
270 func globToBucket(g pathtools.GlobResult) int {