Searched refs:templateFileArray (Results 1 – 1 of 1) sorted by relevance
146 sort.Sort(templateFileArray(d.Files))393 type templateFileArray []*templateFile type395 func (a templateFileArray) Len() int { return len(a) }396 func (a templateFileArray) Less(i, j int) bool {410 func (a templateFileArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] }