summaryrefslogtreecommitdiff
path: root/deb822/deb822_decl.go
blob: 82dcdbbb3f889e22ea00e93c63ec15202c47ec62 (plain)
1
2
3
4
5
6
7
package deb822

/*Stanza map containing the values of fields in an RFC822 stanza */
type Stanza map[string]string

/*Stanzas array of Stanza*/
type Stanzas []map[string]string