summaryrefslogtreecommitdiff
path: root/deb822/deb822_decl.go
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-01-10 02:49:20 +0000
committerKatolaZ <katolaz@freaknet.org>2018-01-10 02:49:20 +0000
commitb3ca06d08f4bba7af522a085e942d523c697a684 (patch)
treeac1fe3ed403300d02a30222a987d7a1af250d56c /deb822/deb822_decl.go
first commit
Diffstat (limited to 'deb822/deb822_decl.go')
-rw-r--r--deb822/deb822_decl.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/deb822/deb822_decl.go b/deb822/deb822_decl.go
new file mode 100644
index 0000000..82dcdbb
--- /dev/null
+++ b/deb822/deb822_decl.go
@@ -0,0 +1,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