aboutsummaryrefslogtreecommitdiff
blob: 3f50bde127a1afcfd8d5259818cf95cb172fd194 (plain)
1
2
3
4
5
6
7
8
package models

type Threads []struct {
	Id      string
	Headers map[string][]string
	Subject string
	Count   int
}