1 2 3 4 5 6 7 8
package models type Threads []struct { Id string Headers map[string][]string Subject string Count int }