summaryrefslogtreecommitdiff
path: root/app/struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/struct.go')
-rw-r--r--app/struct.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/struct.go b/app/struct.go
index 37704d7..73e1dc7 100644
--- a/app/struct.go
+++ b/app/struct.go
@@ -36,3 +36,8 @@ type User struct {
DeletedAt time.Time
UpdatedAt time.Time
}
+
+type FlashMessages struct {
+ Success []interface{}
+ Error []interface{}
+}