Searched refs:ByConversationExistence (Results 1 – 1 of 1) sorted by relevance
1969 type ByConversationExistence []ConversationExistence type1971 func (m ByConversationExistence) Len() int { return len(m) }1972 func (m ByConversationExistence) Swap(i, j int) { m[i], m[j] = m[j], m[i] }1973 func (m ByConversationExistence) Less(i, j int) bool { return m[i] > m[j] }1979 sort.Sort(ByConversationExistence(res))