diff options
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{} +} |
