diff options
| author | Horus3 | 2015-03-20 17:30:11 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-20 17:30:11 +0100 |
| commit | 410504e069d37c522dca6bf820e9fc4cea2de871 (patch) | |
| tree | 75db9c44b5e852652fd8e54b8d4db91147fb77a2 /struct.go | |
| parent | 9ab1f49c4c4aa5dcaa0dd50ec606ca06ca071c71 (diff) | |
| download | freemail-410504e069d37c522dca6bf820e9fc4cea2de871.tar.gz | |
Check if domain points to mail server. Add http handler to create a new entry.
Diffstat (limited to 'struct.go')
| -rw-r--r-- | struct.go | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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{} +} |
