summaryrefslogtreecommitdiff
path: root/struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'struct.go')
-rw-r--r--struct.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/struct.go b/struct.go
index bcc94c8..a59b766 100644
--- a/struct.go
+++ b/struct.go
@@ -49,8 +49,9 @@ type Request struct {
}
type Flash struct {
- Success []interface{}
- Error []interface{}
+ Success []interface{}
+ Error []interface{}
+ Language string
}
type ChangePasswordReq struct {