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

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