From 410504e069d37c522dca6bf820e9fc4cea2de871 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 20 Mar 2015 17:30:11 +0100 Subject: Check if domain points to mail server. Add http handler to create a new entry. --- struct.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'struct.go') diff --git a/struct.go b/struct.go index b8ccf38..9ea6346 100644 --- a/struct.go +++ b/struct.go @@ -40,3 +40,15 @@ type VirtualAliase struct { Source string Destination string } + +type Request struct { + Email string + ConfirmEmail string + Password string + ConfirmPassword string +} + +type Flash struct { + Success []interface{} + Error []interface{} +} -- cgit v1.2.3