Searched defs:GlobResult (Results 1 – 2 of 2) sorted by relevance
33 type GlobResult struct { struct35 Pattern string37 Excludes []string40 Matches []string43 Deps []string47 func (result GlobResult) FileList() []byte {51 func (result GlobResult) Clone() GlobResult {
26 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) {