diff options
Diffstat (limited to 'struct.go')
| -rw-r--r-- | struct.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,8 +49,9 @@ type Request struct { } type Flash struct { - Success []interface{} - Error []interface{} + Success []interface{} + Error []interface{} + Language string } type ChangePasswordReq struct { |
