Searched defs:hashList (Results 1 – 1 of 1) sorted by relevance
607 type hashList struct { struct608 ni *NoticeIndex609 libName string610 installPath string611 hashes *[]hash615 func (l hashList) Len() int { return len(*l.hashes) }619 func (l hashList) Swap(i, j int) { (*l.hashes)[i], (*l.hashes)[j] = (*l.hashes)[j], (*l.hashes)[i] }623 func (l hashList) Less(i, j int) bool {